Home
last modified time | relevance | path

Searched refs:DEVICE_PLACEMENT_SILENT (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dconfig.py169 if device_policy == context.DEVICE_PLACEMENT_SILENT:
211 context.context().device_policy = context.DEVICE_PLACEMENT_SILENT
Dconfig_test.py50 self.assertEqual(context.DEVICE_PLACEMENT_SILENT,
69 self.assertEqual(context.DEVICE_PLACEMENT_SILENT,
Dops.py5756 context.DEVICE_PLACEMENT_SILENT,
Dops_test.py3020 ops.enable_eager_execution(context.DEVICE_PLACEMENT_SILENT)
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_data.cc45 tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in Prepare()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py53 DEVICE_PLACEMENT_SILENT = pywrap_tensorflow.TFE_DEVICE_PLACEMENT_SILENT variable
279 device_policy = DEVICE_PLACEMENT_SILENT
814 policy = DEVICE_PLACEMENT_SILENT
Dcore_test.py268 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py108 from tensorflow.python.eager.context import DEVICE_PLACEMENT_SILENT
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h65 DEVICE_PLACEMENT_SILENT = 2, enumerator
Dexecute.cc135 case DEVICE_PLACEMENT_SILENT: // Do nothing. in MaybeCopyInputToExpectedDevice()
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Doptimizer_v2.py969 context.DEVICE_PLACEMENT_SILENT)
984 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc122 tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in CreateContext()
/external/tensorflow/tensorflow/python/distribute/
Dcollective_all_reduce_strategy.py312 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
Dtpu_strategy.py431 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
Dcross_device_ops.py213 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
Dmirrored_strategy.py553 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):