Aliases:
tf.Variable.__invert__tf.contrib.eager.Variable.__invert__
tf.math.logical_not(
x,
name=None
)
Defined in generated file: tensorflow/python/ops/gen_math_ops.py.
Returns the truth value of NOT x element-wise.
Args:
x: ATensorof typebool.name: A name for the operation (optional).
Returns:
A Tensor of type bool.