Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_remote_test.cc58 TFE_DEVICE_PLACEMENT_EXPLICIT); in TestRemoteExecute()
Dc_api.h67 TFE_DEVICE_PLACEMENT_EXPLICIT = 0, enumerator
Dc_api_distributed_test.cc572 TFE_DEVICE_PLACEMENT_EXPLICIT); in TestRemoteExecuteDeleteContextWithOutstandingRPC()
Dc_api_test.cc470 TensorHandleSilentCopy(false, TFE_DEVICE_PLACEMENT_EXPLICIT, in TEST()
474 TensorHandleSilentCopy(true, TFE_DEVICE_PLACEMENT_EXPLICIT, in TEST()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dconstant_fold.cc133 TFE_DEVICE_PLACEMENT_EXPLICIT); in ConstantFoldFallbackHook()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py63 DEVICE_PLACEMENT_EXPLICIT = pywrap_tfe.TFE_DEVICE_PLACEMENT_EXPLICIT
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1494 .value("TFE_DEVICE_PLACEMENT_EXPLICIT", TFE_DEVICE_PLACEMENT_EXPLICIT) in PYBIND11_MODULE()