Returns the truth value of NOT x element-wise.
Main aliases
tf.logical_not
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.logical_not, tf.compat.v1.math.logical_not, tf.compat.v2.logical_not, tf.compat.v2.math.logical_not
tf.compat.v1.logical_not
tf.compat.v1.math.logical_not
tf.compat.v2.logical_not
tf.compat.v2.math.logical_not
tf.math.logical_not( x, name=None )
x
Tensor
bool
name
A Tensor of type bool.