Searched refs:RecvTensorAsync (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker.h | 84 void RecvTensorAsync(CallOptions* opts, const RecvTensorRequest* request,
|
D | test_utils.h | 82 void RecvTensorAsync(CallOptions* opts, const RecvTensorRequest* request, in RecvTensorAsync() function
|
D | worker_interface.h | 104 virtual void RecvTensorAsync(CallOptions* opts,
|
D | worker.cc | 451 void Worker::RecvTensorAsync(CallOptions* opts, in RecvTensorAsync() function in tensorflow::Worker
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_rendezvous_mgr.cc | 82 wi_->RecvTensorAsync(&opts_, &req_, &resp_, std::move(cb)); in Start()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | rpc_rendezvous_mgr.cc | 151 wi_->RecvTensorAsync(&opts_, &req_, &resp_, std::move(cb)); in StartRTCall()
|
D | grpc_remote_worker.cc | 191 void RecvTensorAsync(CallOptions* call_opts, const RecvTensorRequest* request, in RecvTensorAsync() function in tensorflow::GrpcRemoteWorker
|