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