Element-wise reciprocal square root, i.e. 1 / sqrt(x).
Arguments
- operand
(
tensorish)
Operand.
Value
tensorish
Has the same shape and data type as the input.
See also
nvl_rsqrt() for the underlying primitive.
Element-wise reciprocal square root, i.e. 1 / sqrt(x).
(tensorish)
Operand.
tensorish
Has the same shape and data type as the input.
nvl_rsqrt() for the underlying primitive.