Home
last modified time | relevance | path

Searched refs:GetCoordinationServiceAgent (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_distributed_manager.h55 virtual CoordinationServiceAgent* GetCoordinationServiceAgent() = 0;
Dc_api_experimental.cc788 dist_mgr->GetCoordinationServiceAgent(); in TFE_InsertConfigKeyValue()
802 dist_mgr->GetCoordinationServiceAgent(); in TFE_GetConfigKeyValue()
827 dist_mgr->GetCoordinationServiceAgent(); in TFE_DeleteConfigKeyValue()
841 dist_mgr->GetCoordinationServiceAgent(); in TFE_ReportErrorToCluster()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt_distributed_impl.cc99 tensorflow::CoordinationServiceAgent* GetCoordinationServiceAgent() override;
192 DistributedManagerContextImpl::GetCoordinationServiceAgent() { in GetCoordinationServiceAgent() function in tfrt::tf::DistributedManagerContextImpl
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.cc62 GetCoordinationServiceAgent() override;
129 GetCoordinationServiceAgent() override;
380 DistributedRuntimeClientImpl::GetCoordinationServiceAgent() { in GetCoordinationServiceAgent() function in xla::DistributedRuntimeClientImpl
550 DistributedRuntimeCoordinationServiceClient::GetCoordinationServiceAgent() { in GetCoordinationServiceAgent() function in xla::DistributedRuntimeCoordinationServiceClient
Dclient.h128 GetCoordinationServiceAgent() = 0;
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_distributed_manager.h52 CoordinationServiceAgent* GetCoordinationServiceAgent() override { in GetCoordinationServiceAgent() function
Dcontext_distributed_manager.cc610 session_mgr->GetCoordinationServiceAgent())); in UpdateContextWithServerDef()
676 ->session_mgr->GetCoordinationServiceAgent(); in SetOrUpdateServerDef()
722 coordination_service_agent_ = session_mgr->GetCoordinationServiceAgent(); in EnableCollectiveOps()
Dexecute.cc1850 coord_agent = ctx->GetDistributedManager()->GetCoordinationServiceAgent(); in EagerKernelExecute()
2058 coord_agent = ctx->GetDistributedManager()->GetCoordinationServiceAgent(); in EagerKernelExecuteAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.h98 CoordinationServiceAgent* GetCoordinationServiceAgent();
Dworker.cc229 collector, response, cm, env_->session_mgr->GetCoordinationServiceAgent(), in DoRunGraph()
322 env_->session_mgr->GetCoordinationServiceAgent(), in DoPartialRunGraph()
Dsession_mgr.cc336 CoordinationServiceAgent* SessionMgr::GetCoordinationServiceAgent() { in GetCoordinationServiceAgent() function in tensorflow::SessionMgr
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc113 coord_agent = ctx_->GetDistributedManager()->GetCoordinationServiceAgent(); in RunLocalSend()
204 coord_agent = ctx_->GetDistributedManager()->GetCoordinationServiceAgent(); in RunLocalRecv()
Deager_service_impl.cc321 auto coord_agent = env_->session_mgr->GetCoordinationServiceAgent(); in CreateContext()
/external/tensorflow/tensorflow/core/distributed_runtime/preemption/
Dpreemption_sync_manager.cc90 client->GetCoordinationServiceAgent()); in Initialize()