Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.cc90 wi->GetStepSequenceAsync( in RefreshStepIdSequenceAsync()
106 void RpcCollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::RpcCollectiveExecutorMgr
Drpc_collective_executor_mgr_test.cc140 cme_->GetStepSequenceAsync(&request, &response, in TEST_F()
160 cme_->GetStepSequenceAsync(&request, &response, in TEST_F()
Dworker_interface.h128 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
186 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
Drpc_collective_executor_mgr.h48 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dworker.h107 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dtest_utils.h116 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
Dworker.cc422 void Worker::GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::Worker
426 env_->collective_executor_mgr->GetStepSequenceAsync(request, response, in GetStepSequenceAsync()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h53 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dcollective_executor_mgr.cc82 void CollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::CollectiveExecutorMgr
Dcollective_executor_mgr_test.cc91 cme_->GetStepSequenceAsync(req, resp, in TEST_F()
Dtest_collective_executor_mgr.h108 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
/external/tensorflow/tensorflow/core/framework/
Dcollective.h213 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc191 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc224 worker_->GetStepSequenceAsync( in GetStepSequenceHandler()