Searched refs:tensor_not_equals (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_dispatch_test.py | 594 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 D | ragged_operators.py | 45 ragged_tensor.RaggedTensor.__ne__ = math_ops.tensor_not_equals
|
H A D | ragged_math_ops.py | 1157 @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 D | math_ops_test.py | 1128 self.assertTrue(math_ops.tensor_not_equals(x, None)) 1143 op = math_ops.tensor_not_equals
|
H A D | math_ops.py | 2004 def tensor_not_equals(self, other): function 2040 ops.Tensor._override_operator("__ne__", tensor_not_equals)
|