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.h127 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
185 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
Drpc_collective_executor_mgr.h47 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dworker.h107 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dworker.cc419 void Worker::GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::Worker
423 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.h46 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
Dcollective_executor_mgr.cc80 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.h99 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
/external/tensorflow/tensorflow/core/framework/
Dcollective.h201 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc190 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc224 worker_->GetStepSequenceAsync( in GetStepSequenceHandler()