Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.h43 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
Dcollective_param_resolver_distributed_test.cc71 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function in tensorflow::__anonc2f8b6eb0111::FakeWorker
75 param_resolver_->CompleteInstanceAsync(request, response, &cm_, done); in CompleteInstanceAsync()
Dworker.h101 void CompleteInstanceAsync(CallOptions* opts,
Dworker.cc404 void Worker::CompleteInstanceAsync(CallOptions* opts, in CompleteInstanceAsync() function in tensorflow::Worker
409 env_->collective_executor_mgr->GetParamResolver()->CompleteInstanceAsync( in CompleteInstanceAsync()
Dcollective_param_resolver_distributed.cc72 wi_->CompleteInstanceAsync(&opts_, &req_, &resp_, done); in IssueCall()
144 void CollectiveParamResolverDistributed::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverDistributed
Dtest_utils.h109 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function
Dworker_interface.h123 virtual void CompleteInstanceAsync(CallOptions* ops,
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.h56 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
Dcollective_param_resolver_local.cc600 void CollectiveParamResolverLocal::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverLocal
/external/tensorflow/tensorflow/core/framework/
Dcollective.h172 virtual void CompleteInstanceAsync(const CompleteInstanceRequest* request,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc177 void CompleteInstanceAsync(CallOptions* call_opts, in CompleteInstanceAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc334 worker_->CompleteInstanceAsync( in CompleteInstanceHandler()