tf.keras.backend.not_equal

View source on GitHub

Element-wise inequality between two tensors.

tf.keras.backend.not_equal(
    x, y
)

Arguments:

Returns:

A bool tensor.