Home
last modified time | relevance | path

Searched refs:TFE_DEVICE_PLACEMENT_SILENT (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h34 TFE_DEVICE_PLACEMENT_SILENT};
Dc_api_cluster_test.cc124 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestRemoteExecuteChangeServerDef()
216 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestRemoteExecuteUpdateServerDef()
264 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestRemoteExecuteUpdateServerDefResourceAccess()
364 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestRemoteExecuteUpdateServerDefWithFailures()
424 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestConnectToCluster()
Dc_api_distributed_test.cc147 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestFunctionWithPackedInput()
369 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TEST()
492 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestDistributedFunctionCancellation()
Dc_api_remote_test_util.cc96 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestRemoteExecuteSilentCopies()
Dc_api.h73 TFE_DEVICE_PLACEMENT_SILENT = 2, enumerator
Dc_api_test.cc462 TensorHandleSilentCopy(false, TFE_DEVICE_PLACEMENT_SILENT, in TEST()
463 TFE_DEVICE_PLACEMENT_SILENT, false); in TEST()
466 TensorHandleSilentCopy(true, TFE_DEVICE_PLACEMENT_SILENT, in TEST()
467 TFE_DEVICE_PLACEMENT_SILENT, false); in TEST()
471 TFE_DEVICE_PLACEMENT_SILENT, false); in TEST()
475 TFE_DEVICE_PLACEMENT_SILENT, false); in TEST()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py65 DEVICE_PLACEMENT_SILENT = pywrap_tfe.TFE_DEVICE_PLACEMENT_SILENT
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1496 .value("TFE_DEVICE_PLACEMENT_SILENT", TFE_DEVICE_PLACEMENT_SILENT) in PYBIND11_MODULE()