tf.keras.ops.not_equal

Return (x1 != x2) element-wise.

x1First input tensor.
x2Second input tensor.

Output tensor, element-wise comparsion of x1 and x2.