Home
last modified time | relevance | path

Searched refs:tensor_not_equals (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_dispatch_test.py594 math_ops.tensor_not_equals,
1180 math_ops.tensor_not_equals(a, b), [[True, True], [False]])
1186 math_ops.tensor_not_equals(a, c), [[True, False], [True]])
1189 self.assertTrue(math_ops.tensor_not_equals(a, d),
1195 self.assertAllEqual(math_ops.tensor_not_equals(a, b), True)
H A Dragged_operators.py45 ragged_tensor.RaggedTensor.__ne__ = math_ops.tensor_not_equals
H A Dragged_math_ops.py1157 @dispatch.dispatch_for_api(math_ops.tensor_not_equals)
1158 def tensor_not_equals(self: ragged_tensor.RaggedOrDense, function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops_test.py1128 self.assertTrue(math_ops.tensor_not_equals(x, None))
1143 op = math_ops.tensor_not_equals
H A Dmath_ops.py2004 def tensor_not_equals(self, other): function
2040 ops.Tensor._override_operator("__ne__", tensor_not_equals)