Searched refs:_USE_EQUALITY (Results 1 – 7 of 7) sorted by relevance
95 default = ops.Tensor._USE_EQUALITY146 default = ops.Tensor._USE_EQUALITY196 default = ops.Tensor._USE_EQUALITY275 default = ops.Tensor._USE_EQUALITY
580 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)
196 if ops.Tensor._USE_EQUALITY:
2669 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)
1078 …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…
1450 if (ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions() and1462 if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions():
282 Tensor._USE_EQUALITY = True # pylint: disable=protected-access290 Tensor._USE_EQUALITY = False # pylint: disable=protected-access388 _USE_EQUALITY = tf2.enabled() variable in Tensor726 if (Tensor._USE_EQUALITY and executing_eagerly_outside_functions() and