Script.rsqrt

Contents

Script.rsqrt

Script.rsqrt(x, *, out=None)

Compute the element-wise reciprocal square root (1/sqrt(x)).

Parameters:
Returns:

ret – Tensor with the same shape and dtype as x.

Return type:

RegisterTensor

Notes

  • Thread group: Can be executed by any sized thread group.