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
: ATensor
of typebool
.name
: A name for the operation (optional).
Returns:
A Tensor
of type bool
.