Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_test.cc86 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
121 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
149 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
170 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
207 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
Dplacement_test.cc116 InitContext(options, DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
157 InitContext(options, DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
Dexecute.cc125 case DEVICE_PLACEMENT_EXPLICIT: in CopyInputToExpectedDevice()
/external/tensorflow/tensorflow/python/framework/
Dconfig.py296 elif device_policy == context.DEVICE_PLACEMENT_EXPLICIT:
338 context.context().device_policy = context.DEVICE_PLACEMENT_EXPLICIT
Dconfig_test.py99 self.assertEqual(context.DEVICE_PLACEMENT_EXPLICIT,
Dops.py5929 if device_policy not in (None, context.DEVICE_PLACEMENT_EXPLICIT,
/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h49 DEVICE_PLACEMENT_EXPLICIT = 0, enumerator
/external/tensorflow/tensorflow/python/eager/
Dcontext.py63 DEVICE_PLACEMENT_EXPLICIT = pywrap_tfe.TFE_DEVICE_PLACEMENT_EXPLICIT variable