Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dconfig.py216 elif device_policy == context.DEVICE_PLACEMENT_EXPLICIT:
258 context.context().device_policy = context.DEVICE_PLACEMENT_EXPLICIT
Dconfig_test.py98 self.assertEqual(context.DEVICE_PLACEMENT_EXPLICIT,
Dops.py5687 if device_policy not in (None, context.DEVICE_PLACEMENT_EXPLICIT,
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_test.cc88 InitContext(options, DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
134 InitContext(options, DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
Dcontext.h80 DEVICE_PLACEMENT_EXPLICIT = 0, enumerator
Dexecute.cc114 case DEVICE_PLACEMENT_EXPLICIT: in CopyInputToExpectedDevice()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py59 DEVICE_PLACEMENT_EXPLICIT = pywrap_tfe.TFE_DEVICE_PLACEMENT_EXPLICIT variable