Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dconfig.py173 elif device_policy == context.DEVICE_PLACEMENT_WARN:
215 context.context().device_policy = context.DEVICE_PLACEMENT_WARN
Dconfig_test.py84 self.assertEqual(context.DEVICE_PLACEMENT_WARN,
Dops.py5755 context.DEVICE_PLACEMENT_WARN,
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py107 from tensorflow.python.eager.context import DEVICE_PLACEMENT_WARN
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h62 DEVICE_PLACEMENT_WARN = 1, enumerator
Dexecute.cc126 case DEVICE_PLACEMENT_WARN: in MaybeCopyInputToExpectedDevice()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py52 DEVICE_PLACEMENT_WARN = pywrap_tensorflow.TFE_DEVICE_PLACEMENT_WARN variable