Home
last modified time | relevance | path

Searched defs:dist_mgr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_experimental.cc785 tensorflow::ImmediateExecutionDistributedManager* dist_mgr = in TFE_InsertConfigKeyValue() local
799 tensorflow::ImmediateExecutionDistributedManager* dist_mgr = in TFE_GetConfigKeyValue() local
824 tensorflow::ImmediateExecutionDistributedManager* dist_mgr = in TFE_DeleteConfigKeyValue() local
838 tensorflow::ImmediateExecutionDistributedManager* dist_mgr = in TFE_ReportErrorToCluster() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Deager_service_impl.cc320 auto dist_mgr = std::make_unique<EagerContextDistributedManager>(ctx); in CreateContext() local