Installation
Development
High-level design
Python API (PyAsc2)
floor()
Python API (PyAsc)
MLIR
Computes the element-wise floor rounding of input.
input
input – the input value (tile)
This function can also be called as a member function on Tile, as x.floor(...) instead of floor(x, ...).
Tile
x.floor(...)
floor(x, ...)