Getting Started
Python API
floor()
Gluon
Triton MLIR Dialects
Programming Guide
Computes the element-wise floor of x.
x
x (Block) – the input values
This function can also be called as a member function on tensor, as x.floor() instead of floor(x).
tensor
x.floor()
floor(x)