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