Searched refs:CompleteGroupAsync (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_param_resolver_distributed.h | 38 void CompleteGroupAsync(const CompleteGroupRequest* request,
|
D | collective_param_resolver_distributed_test.cc | 64 void CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function in tensorflow::__anonc2f8b6eb0111::FakeWorker 68 param_resolver_->CompleteGroupAsync(request, response, &cm_, done); in CompleteGroupAsync()
|
D | worker.h | 96 void CompleteGroupAsync(CallOptions* opts,
|
D | worker.cc | 391 void Worker::CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function in tensorflow::Worker 396 env_->collective_executor_mgr->GetParamResolver()->CompleteGroupAsync( in CompleteGroupAsync()
|
D | collective_param_resolver_distributed.cc | 39 wi_->CompleteGroupAsync(&opts_, &req_, &resp_, done); in IssueCall() 112 void CollectiveParamResolverDistributed::CompleteGroupAsync( in CompleteGroupAsync() function in tensorflow::CollectiveParamResolverDistributed
|
D | test_utils.h | 102 void CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function
|
D | worker_interface.h | 118 virtual void CompleteGroupAsync(CallOptions* opts,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_param_resolver_local.h | 51 void CompleteGroupAsync(const CompleteGroupRequest* request,
|
D | collective_param_resolver_local.cc | 48 void CollectiveParamResolverLocal::CompleteGroupAsync( in CompleteGroupAsync() function in tensorflow::CollectiveParamResolverLocal
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 165 virtual void CompleteGroupAsync(const CompleteGroupRequest* request,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 170 void CompleteGroupAsync(CallOptions* call_opts, in CompleteGroupAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 315 worker_->CompleteGroupAsync( in CompleteGroupHandler()
|