tensor.sqrt
#tensor.sqrt
Computes the square root of all elements of the input tensor.
Args
self
(@Tensor<T>
) - The input tensor.
Returns
A new Tensor<T>
of the same shape as the input tensor with the arctangent (inverse of tangent) value of all elements in the input tensor.
Type Constraints
Constrain input and output types to fixed point tensors.
Example
Last updated