not_equal ========= Computes the truth value of ``x1_i != x2_i`` for each element ``x1_i`` of the input array ``x1`` with the respective element ``x2_i`` of the input array ``x2``. **Abstract Signature:** ``not_equal(x1: Union[array, int, float, complex, bool], x2: Union[array, int, float, complex, bool])`` .. raw:: html

JAX (Core)

API: jax.numpy.not_equal
Strategy: Direct Mapping

NumPy

API: numpy.ma.core.not_equal
Strategy: Direct Mapping

Keras

API: keras.ops.numpy.not_equal
Strategy: Direct Mapping

TensorFlow

API: tf.not_equal
Strategy: Direct Mapping

Apple MLX

API: mlx.core.not_equal
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.not_equal
Strategy: Direct Mapping