Searched refs:CompleteInstanceAsync (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_param_resolver_distributed.h | 43 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
|
D | collective_param_resolver_distributed_test.cc | 71 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function in tensorflow::__anon53767e020111::FakeWorker 75 param_resolver_->CompleteInstanceAsync(request, response, &cm_, done); in CompleteInstanceAsync()
|
D | worker.h | 101 void CompleteInstanceAsync(CallOptions* opts,
|
D | collective_param_resolver_distributed.cc | 72 wi_->CompleteInstanceAsync(&opts_, &req_, &resp_, done); in IssueCall() 144 void CollectiveParamResolverDistributed::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverDistributed
|
D | worker.cc | 404 void Worker::CompleteInstanceAsync(CallOptions* opts, in CompleteInstanceAsync() function in tensorflow::Worker 409 env_->collective_executor_mgr->GetParamResolver()->CompleteInstanceAsync( in CompleteInstanceAsync()
|
D | test_utils.h | 109 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function
|
D | worker_interface.h | 123 virtual void CompleteInstanceAsync(CallOptions* ops,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_param_resolver_local.h | 56 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
|
D | collective_param_resolver_local.cc | 600 void CollectiveParamResolverLocal::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverLocal
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 172 virtual void CompleteInstanceAsync(const CompleteInstanceRequest* request,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 177 void CompleteInstanceAsync(CallOptions* call_opts, in CompleteInstanceAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 334 worker_->CompleteInstanceAsync( in CompleteInstanceHandler()
|