Home
last modified time | relevance | path

Searched refs:RecvTensorAsync (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.h84 void RecvTensorAsync(CallOptions* opts, const RecvTensorRequest* request,
Dtest_utils.h82 void RecvTensorAsync(CallOptions* opts, const RecvTensorRequest* request, in RecvTensorAsync() function
Dworker_interface.h104 virtual void RecvTensorAsync(CallOptions* opts,
Dworker.cc451 void Worker::RecvTensorAsync(CallOptions* opts, in RecvTensorAsync() function in tensorflow::Worker
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_rendezvous_mgr.cc82 wi_->RecvTensorAsync(&opts_, &req_, &resp_, std::move(cb)); in Start()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc151 wi_->RecvTensorAsync(&opts_, &req_, &resp_, std::move(cb)); in StartRTCall()
Dgrpc_remote_worker.cc191 void RecvTensorAsync(CallOptions* call_opts, const RecvTensorRequest* request, in RecvTensorAsync() function in tensorflow::GrpcRemoteWorker