Home
last modified time | relevance | path

Searched refs:_USE_EQUALITY (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dcore_test.py95 default = ops.Tensor._USE_EQUALITY
146 default = ops.Tensor._USE_EQUALITY
196 default = ops.Tensor._USE_EQUALITY
275 default = ops.Tensor._USE_EQUALITY
Ddef_function_test.py580 self.assertEqual(trace_count[0], 1 if ops.Tensor._USE_EQUALITY else 2)
583 self.assertEqual(trace_count[0], 2 if ops.Tensor._USE_EQUALITY else 3)
Dops_test.py196 if ops.Tensor._USE_EQUALITY:
Dfunction_test.py2669 1 if ops.Tensor._USE_EQUALITY else 2)
2674 2 if ops.Tensor._USE_EQUALITY else 3)
2679 2 if ops.Tensor._USE_EQUALITY else 4)
2684 3 if ops.Tensor._USE_EQUALITY else 5)
/external/tensorflow/tensorflow/python/ops/
Dvariables.py1078 …if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions(): # pylint: disable=prot…
1087 …if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions(): # pylint: disable=prot…
1096 …if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions(): # pylint: disable=prot…
Dmath_ops.py1450 if (ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions() and
1462 if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/framework/
Dops.py282 Tensor._USE_EQUALITY = True # pylint: disable=protected-access
290 Tensor._USE_EQUALITY = False # pylint: disable=protected-access
388 _USE_EQUALITY = tf2.enabled() variable in Tensor
726 if (Tensor._USE_EQUALITY and executing_eagerly_outside_functions() and