tf.math.rsqrt

Computes reciprocal of square root of x element-wise.

tf.math.rsqrt(
    x, name=None
)

I.e., \(y = 1 / \sqrt{x}\).

Args:

Returns:

A Tensor. Has the same type as x.