Getting Started
Python API
sqrt()
Gluon
Triton MLIR Dialects
Programming Guide
Computes the element-wise fast square root of x.
x
x (Block) – the input values
This function can also be called as a member function on tensor, as x.sqrt() instead of sqrt(x).
tensor
x.sqrt()
sqrt(x)