LogicalNot ========== Compute the truth value of NOT x element-wise. **Abstract Signature:** ``LogicalNot(x: Tensor)`` .. raw:: html

PyTorch

API: torch.logical_not
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.logical_not
Strategy: Direct Mapping

NumPy

API: numpy.logical_not
Strategy: Direct Mapping

Keras

API: keras.ops.logical_not
Strategy: Direct Mapping

TensorFlow

API: tf.math.logical_not
Strategy: Direct Mapping

Apple MLX

API: mlx.core.logical_not
Strategy: Direct Mapping