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.cc81 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
116 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
144 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
165 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
202 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
242 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT, /*async=*/true); in TEST_F()
309 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT, /*async=*/true); in TEST_F()
342 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
390 InitContext(SessionOptions(), DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
396 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.cc147 case DEVICE_PLACEMENT_EXPLICIT: in CopyInputToExpectedDevice()
/external/tensorflow/tensorflow/python/framework/
Dconfig.py300 elif device_policy == context.DEVICE_PLACEMENT_EXPLICIT:
344 context.context().device_policy = context.DEVICE_PLACEMENT_EXPLICIT
Dconfig_test.py100 self.assertEqual(context.DEVICE_PLACEMENT_EXPLICIT,
Dops.py6208 if device_policy not in (None, context.DEVICE_PLACEMENT_EXPLICIT,
/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h50 DEVICE_PLACEMENT_EXPLICIT = 0, enumerator
/external/tensorflow/tensorflow/python/eager/
Dcontext.py60 DEVICE_PLACEMENT_EXPLICIT = pywrap_tfe.TFE_DEVICE_PLACEMENT_EXPLICIT variable