/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | rpc_collective_executor_mgr.cc | 90 wi->GetStepSequenceAsync( in RefreshStepIdSequenceAsync() 106 void RpcCollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::RpcCollectiveExecutorMgr
|
D | rpc_collective_executor_mgr_test.cc | 140 cme_->GetStepSequenceAsync(&request, &response, in TEST_F() 160 cme_->GetStepSequenceAsync(&request, &response, in TEST_F()
|
D | worker_interface.h | 128 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request, 186 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
|
D | rpc_collective_executor_mgr.h | 48 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | worker.h | 107 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | test_utils.h | 116 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
|
D | worker.cc | 422 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/ |
D | collective_executor_mgr.h | 53 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | collective_executor_mgr.cc | 82 void CollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync() function in tensorflow::CollectiveExecutorMgr
|
D | collective_executor_mgr_test.cc | 91 cme_->GetStepSequenceAsync(req, resp, in TEST_F()
|
D | test_collective_executor_mgr.h | 108 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 213 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 191 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 224 worker_->GetStepSequenceAsync( in GetStepSequenceHandler()
|