/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | rpc_collective_executor_mgr.cc | 87 wi->GetStepSequenceAsync( in RefreshStepIdSequenceAsync() 103 void RpcCollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::RpcCollectiveExecutorMgr
|
D | rpc_collective_executor_mgr_test.cc | 137 cme_->GetStepSequenceAsync(&request, &response, in TEST_F() 157 cme_->GetStepSequenceAsync(&request, &response, in TEST_F()
|
D | worker_interface.h | 128 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request, 178 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
|
D | rpc_collective_executor_mgr.h | 47 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | worker.h | 106 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | worker.cc | 417 void Worker::GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::Worker 421 env_->collective_executor_mgr->GetStepSequenceAsync(request, response, in GetStepSequenceAsync()
|
D | test_utils.h | 116 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_executor_mgr.h | 45 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | collective_executor_mgr.cc | 78 void CollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::CollectiveExecutorMgr
|
D | collective_executor_mgr_test.cc | 89 cme_->GetStepSequenceAsync(req, resp, in TEST_F()
|
D | test_collective_executor_mgr.h | 95 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 188 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 185 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 215 worker_->GetStepSequenceAsync( in GetStepSequenceHandler()
|