Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.h38 void CompleteGroupAsync(const CompleteGroupRequest* request,
Dcollective_param_resolver_distributed_test.cc64 void CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function in tensorflow::__anonc2f8b6eb0111::FakeWorker
68 param_resolver_->CompleteGroupAsync(request, response, &cm_, done); in CompleteGroupAsync()
Dworker.h96 void CompleteGroupAsync(CallOptions* opts,
Dworker.cc391 void Worker::CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function in tensorflow::Worker
396 env_->collective_executor_mgr->GetParamResolver()->CompleteGroupAsync( in CompleteGroupAsync()
Dcollective_param_resolver_distributed.cc39 wi_->CompleteGroupAsync(&opts_, &req_, &resp_, done); in IssueCall()
112 void CollectiveParamResolverDistributed::CompleteGroupAsync( in CompleteGroupAsync() function in tensorflow::CollectiveParamResolverDistributed
Dtest_utils.h102 void CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync() function
Dworker_interface.h118 virtual void CompleteGroupAsync(CallOptions* opts,
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.h51 void CompleteGroupAsync(const CompleteGroupRequest* request,
Dcollective_param_resolver_local.cc48 void CollectiveParamResolverLocal::CompleteGroupAsync( in CompleteGroupAsync() function in tensorflow::CollectiveParamResolverLocal
/external/tensorflow/tensorflow/core/framework/
Dcollective.h165 virtual void CompleteGroupAsync(const CompleteGroupRequest* request,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc170 void CompleteGroupAsync(CallOptions* call_opts, in CompleteGroupAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc315 worker_->CompleteGroupAsync( in CompleteGroupHandler()