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