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.py175 elif device_policy == context.DEVICE_PLACEMENT_EXPLICIT:
217 context.context().device_policy = context.DEVICE_PLACEMENT_EXPLICIT
Dconfig_test.py90 self.assertEqual(context.DEVICE_PLACEMENT_EXPLICIT,
Dops.py5754 if device_policy not in (None, context.DEVICE_PLACEMENT_EXPLICIT,
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py106 from tensorflow.python.eager.context import DEVICE_PLACEMENT_EXPLICIT
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h60 DEVICE_PLACEMENT_EXPLICIT = 0, enumerator
Dexecute.cc112 case DEVICE_PLACEMENT_EXPLICIT: in MaybeCopyInputToExpectedDevice()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py51 DEVICE_PLACEMENT_EXPLICIT = pywrap_tensorflow.TFE_DEVICE_PLACEMENT_EXPLICIT variable