Contents

rsqrt()

Computes reverse square root of the tensor’s elements.

Declaration

func rsqrt() -> MLTensor

Discussion

The reverse square root operation is the reciprocal of the square root.

See Also

Computing the exponent, pow and square root