Searched refs:DEVICE_PLACEMENT_EXPLICIT (Results 1 – 7 of 7) sorted by relevance
175 elif device_policy == context.DEVICE_PLACEMENT_EXPLICIT:217 context.context().device_policy = context.DEVICE_PLACEMENT_EXPLICIT
90 self.assertEqual(context.DEVICE_PLACEMENT_EXPLICIT,
5754 if device_policy not in (None, context.DEVICE_PLACEMENT_EXPLICIT,
106 from tensorflow.python.eager.context import DEVICE_PLACEMENT_EXPLICIT
60 DEVICE_PLACEMENT_EXPLICIT = 0, enumerator
112 case DEVICE_PLACEMENT_EXPLICIT: in MaybeCopyInputToExpectedDevice()
51 DEVICE_PLACEMENT_EXPLICIT = pywrap_tensorflow.TFE_DEVICE_PLACEMENT_EXPLICIT variable