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.cc87 wi->GetStepSequenceAsync( in RefreshStepIdSequenceAsync()
103 void RpcCollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::RpcCollectiveExecutorMgr
Drpc_collective_executor_mgr_test.cc137 cme_->GetStepSequenceAsync(&request, &response, in TEST_F()
157 cme_->GetStepSequenceAsync(&request, &response, in TEST_F()
Dworker_interface.h128 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
178 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
Drpc_collective_executor_mgr.h47 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dworker.h106 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dworker.cc417 void Worker::GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::Worker
421 env_->collective_executor_mgr->GetStepSequenceAsync(request, response, in GetStepSequenceAsync()
Dtest_utils.h116 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.h45 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dcollective_executor_mgr.cc78 void CollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::CollectiveExecutorMgr
Dcollective_executor_mgr_test.cc89 cme_->GetStepSequenceAsync(req, resp, in TEST_F()
Dtest_collective_executor_mgr.h95 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
/external/tensorflow/tensorflow/core/framework/
Dcollective.h188 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc185 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc215 worker_->GetStepSequenceAsync( in GetStepSequenceHandler()