/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_param_resolver_distributed.h | 46 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
|
D | worker.h | 102 void CompleteInstanceAsync(CallOptions* opts,
|
D | collective_param_resolver_distributed_test.cc | 74 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function in tensorflow::__anondb24ef490111::FakeWorker 78 param_resolver_->CompleteInstanceAsync(request, response, &cm_, done); in CompleteInstanceAsync()
|
D | test_utils.h | 109 void CompleteInstanceAsync(CallOptions* ops, in CompleteInstanceAsync() function
|
D | worker.cc | 409 void Worker::CompleteInstanceAsync(CallOptions* opts, in CompleteInstanceAsync() function in tensorflow::Worker 414 env_->collective_executor_mgr->GetParamResolver()->CompleteInstanceAsync( in CompleteInstanceAsync()
|
D | collective_param_resolver_distributed.cc | 82 wi_->CompleteInstanceAsync(&opts_, &req_, &resp_, done); in IssueCall() 167 void CollectiveParamResolverDistributed::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverDistributed
|
D | worker_interface.h | 123 virtual void CompleteInstanceAsync(CallOptions* ops,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | test_collective_executor_mgr.h | 52 void CompleteInstanceAsync(const CompleteInstanceRequest* request, in CompleteInstanceAsync() function
|
D | collective_param_resolver_local.h | 59 void CompleteInstanceAsync(const CompleteInstanceRequest* request,
|
D | collective_param_resolver_local.cc | 656 void CollectiveParamResolverLocal::CompleteInstanceAsync( in CompleteInstanceAsync() function in tensorflow::CollectiveParamResolverLocal
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 194 virtual void CompleteInstanceAsync(const CompleteInstanceRequest* request,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 183 void CompleteInstanceAsync(CallOptions* call_opts, in CompleteInstanceAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 327 worker_->CompleteInstanceAsync( in CompleteInstanceHandler()
|