Getting Started
Python API
sqrt_rn()
Gluon
Triton MLIR Dialects
Programming Guide
Computes the element-wise precise square root (rounding to nearest wrt the IEEE standard) of x.
x
x (Block) – the input values
This function can also be called as a member function on tensor, as x.sqrt_rn() instead of sqrt_rn(x).
tensor
x.sqrt_rn()
sqrt_rn(x)