Home
last modified time | relevance | path

Searched refs:TFE_ContextOptionsSetDevicePlacementPolicy (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
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()
571 TFE_ContextOptionsSetDevicePlacementPolicy(opts, in TestRemoteExecuteDeleteContextWithOutstandingRPC()
Dc_api_remote_test.cc57 TFE_ContextOptionsSetDevicePlacementPolicy(opts, in TestRemoteExecute()
Dc_api_remote_test_util.cc96 TFE_ContextOptionsSetDevicePlacementPolicy(opts, TFE_DEVICE_PLACEMENT_SILENT); in TestRemoteExecuteSilentCopies()
Dc_api.h84 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetDevicePlacementPolicy(
Dc_api.cc108 void TFE_ContextOptionsSetDevicePlacementPolicy( in TFE_ContextOptionsSetDevicePlacementPolicy() function
Dc_api_test.cc404 TFE_ContextOptionsSetDevicePlacementPolicy(opts, global_policy); in TensorHandleSilentCopy()
/external/tensorflow/tensorflow/java/src/main/native/
Deager_session_jni.cc42 TFE_ContextOptionsSetDevicePlacementPolicy( in Java_org_tensorflow_EagerSession_allocate()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dconstant_fold.cc132 TFE_ContextOptionsSetDevicePlacementPolicy(opts, in ConstantFoldFallbackHook()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py516 pywrap_tfe.TFE_ContextOptionsSetDevicePlacementPolicy(
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1023 &TFE_ContextOptionsSetDevicePlacementPolicy); in PYBIND11_MODULE()