Searched refs:RecvTensorAsync (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker.h | 85 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 | 456 void Worker::RecvTensorAsync(CallOptions* opts, in RecvTensorAsync() function in tensorflow::Worker
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | rpc_rendezvous_mgr.cc | 152 wi_->RecvTensorAsync(&opts_, &req_, &resp_, std::move(cb)); in StartRTCall()
|
D | grpc_remote_worker.cc | 197 void RecvTensorAsync(CallOptions* call_opts, const RecvTensorRequest* request, in RecvTensorAsync() function in tensorflow::GrpcRemoteWorker
|
D | rpc_rendezvous_mgr_test.cc | 58 void RecvTensorAsync(CallOptions* opts, const RecvTensorRequest* request, in RecvTensorAsync() function in tensorflow::__anonba1483ce0111::DummyWorker
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 344 // response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
|