rsqrt# Reciprocal square root Added in version 0.3.0. 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);