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