Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dconfig.py210 if device_policy == context.DEVICE_PLACEMENT_SILENT:
252 context.context().device_policy = context.DEVICE_PLACEMENT_SILENT
Dconfig_test.py59 self.assertEqual(context.DEVICE_PLACEMENT_SILENT,
77 self.assertEqual(context.DEVICE_PLACEMENT_SILENT,
Dops.py5689 context.DEVICE_PLACEMENT_SILENT,
Dops_test.py3352 ops.enable_eager_execution(context.DEVICE_PLACEMENT_SILENT)
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_data.cc48 tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in Prepare()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_op_rewrite_registry_test.cc50 tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in TEST()
Dmkl_eager_op_rewrite_test.cc42 tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in CreateOp()
Dcontext.h85 DEVICE_PLACEMENT_SILENT = 2, enumerator
Dexecute.cc134 case DEVICE_PLACEMENT_SILENT: // Do nothing. in CopyInputToExpectedDevice()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc57 tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in RemoteMgrTest()
Deager_service_impl.cc164 opts, tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in CreateContext()
Deager_service_impl_test.cc714 tensorflow::ContextDevicePlacementPolicy::DEVICE_PLACEMENT_SILENT, in TEST_F()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py61 DEVICE_PLACEMENT_SILENT = pywrap_tfe.TFE_DEVICE_PLACEMENT_SILENT variable
401 device_policy = DEVICE_PLACEMENT_SILENT
1451 policy = DEVICE_PLACEMENT_SILENT
Dcore_test.py558 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy.py547 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
Dmirrored_strategy.py599 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):
Dcross_device_ops.py205 with context.device_policy(context.DEVICE_PLACEMENT_SILENT):