rsqrt#

Reciprocal square root

Op matx::rsqrt(Op t)#

Compute the square root of each value in a tensor.

Parameters:

t – Tensor or operator input

Examples#

(tov0 = rsqrt(tiv0)).run(exec);