/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 | 127 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request, 185 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
|
D | rpc_collective_executor_mgr.h | 47 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | worker.h | 107 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | worker.cc | 419 void Worker::GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::Worker 423 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 | 46 void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
D | collective_executor_mgr.cc | 80 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 | 99 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 201 virtual void GetStepSequenceAsync(const GetStepSequenceRequest* request,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 190 void GetStepSequenceAsync(const GetStepSequenceRequest* request, in GetStepSequenceAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 224 worker_->GetStepSequenceAsync( in GetStepSequenceHandler()
|