Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.h46 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
Dworker.h102 void CompleteInstanceAsync(CallOptions* opts,
Dcollective_param_resolver_distributed_test.cc74 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function in tensorflow::__anondb24ef490111::FakeWorker
78 param_resolver_->CompleteInstanceAsync(request, response, &cm_, done); in CompleteInstanceAsync()
Dtest_utils.h109 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function
Dworker.cc409 void Worker::CompleteInstanceAsync(CallOptions* opts, in CompleteInstanceAsync() function in tensorflow::Worker
414 env_->collective_executor_mgr->GetParamResolver()->CompleteInstanceAsync( in CompleteInstanceAsync()
Dcollective_param_resolver_distributed.cc82 wi_->CompleteInstanceAsync(&opts_, &req_, &resp_, done); in IssueCall()
167 void CollectiveParamResolverDistributed::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverDistributed
Dworker_interface.h123 virtual void CompleteInstanceAsync(CallOptions* ops,
/external/tensorflow/tensorflow/core/common_runtime/
Dtest_collective_executor_mgr.h52 void CompleteInstanceAsync(const CompleteInstanceRequest* request, in CompleteInstanceAsync() function
Dcollective_param_resolver_local.h59 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
Dcollective_param_resolver_local.cc656 void CollectiveParamResolverLocal::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverLocal
/external/tensorflow/tensorflow/core/framework/
Dcollective.h194 virtual void CompleteInstanceAsync(const CompleteInstanceRequest* request,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc183 void CompleteInstanceAsync(CallOptions* call_opts, in CompleteInstanceAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc327 worker_->CompleteInstanceAsync( in CompleteInstanceHandler()