Home | History | Annotate | Download | only in keras

Lines Matching defs:not_equal

1858 @tf_export('keras.backend.not_equal')
1859 def not_equal(x, y):
1869 return math_ops.not_equal(x, y)