Category: Arithmetic
Short description: Rsqrt performs element-wise reciprocal of square root operation with given tensor.
Rsqrt does the following with the input tensor:
\( output_{i} = 1 / sqrt(input_{i}) \)
input
- input tensor. Required.output
- the output tensor of element-wise Rsqrt operation. Required.Types: