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