tf.math.rsqrt(
x, name=None
)
Computes reciprocal of square root of x element-wise.
tf.math.logical_not(
x, name=None
)
Returns the truth value of NOT x element-wise.
tf.math.rsqrt(
x, name=None
)
Computes reciprocal of square root of x element-wise.
tf.math.logical_not(
x, name=None
)
Returns the truth value of NOT x element-wise.