Home
last modified time | relevance | path

Searched refs:CompleteGroupAsync (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.h41 void CompleteGroupAsync(const CompleteGroupRequest* request,
Dworker.h97 void CompleteGroupAsync(CallOptions* opts,
Dcollective_param_resolver_distributed_test.cc67 void CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function in tensorflow::__anondb24ef490111::FakeWorker
71 param_resolver_->CompleteGroupAsync(request, response, &cm_, done); in CompleteGroupAsync()
Dtest_utils.h102 void CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function
Dworker.cc396 void Worker::CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function in tensorflow::Worker
401 env_->collective_executor_mgr->GetParamResolver()->CompleteGroupAsync( in CompleteGroupAsync()
Dcollective_param_resolver_distributed.cc49 wi_->CompleteGroupAsync(&opts_, &req_, &resp_, done); in IssueCall()
131 void CollectiveParamResolverDistributed::CompleteGroupAsync( in CompleteGroupAsync() function in tensorflow::CollectiveParamResolverDistributed
Dworker_interface.h118 virtual void CompleteGroupAsync(CallOptions* opts,
/external/tensorflow/tensorflow/core/common_runtime/
Dtest_collective_executor_mgr.h45 void CompleteGroupAsync(const CompleteGroupRequest* request, in CompleteGroupAsync() function
Dcollective_param_resolver_local.h54 void CompleteGroupAsync(const CompleteGroupRequest* request,
Dcollective_param_resolver_local.cc49 void CollectiveParamResolverLocal::CompleteGroupAsync( in CompleteGroupAsync() function in tensorflow::CollectiveParamResolverLocal
/external/tensorflow/tensorflow/core/framework/
Dcollective.h187 virtual void CompleteGroupAsync(const CompleteGroupRequest* request,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc175 void CompleteGroupAsync(CallOptions* call_opts, in CompleteGroupAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc308 worker_->CompleteGroupAsync( in CompleteGroupHandler()