Searched refs:RecvBufAsync (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.h | 52 void RecvBufAsync(CallOptions* opts, const RecvBufRequest* request,
|
D | grpc_worker_service.cc | 290 worker_->RecvBufAsync(call_opts, &call->request, &call->response, in RecvBufHandler() 586 void GrpcWorker::RecvBufAsync(CallOptions* opts, const RecvBufRequest* request, in RecvBufAsync() function in tensorflow::GrpcWorker
|
D | grpc_remote_worker.cc | 130 void RecvBufAsync(CallOptions* call_opts, const RecvBufRequest* request, in RecvBufAsync() function in tensorflow::GrpcRemoteWorker
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker.h | 94 void RecvBufAsync(CallOptions* opts, const RecvBufRequest* request,
|
D | test_utils.h | 97 void RecvBufAsync(CallOptions* opts, const RecvBufRequest* request, in RecvBufAsync() function
|
D | worker_interface.h | 115 virtual void RecvBufAsync(CallOptions* opts, const RecvBufRequest* request,
|
D | collective_rma_distributed.cc | 60 wi_->RecvBufAsync(&opts_, &req_, &resp_, done); in IssueCall()
|
D | worker.cc | 387 void Worker::RecvBufAsync(CallOptions* opts, const RecvBufRequest* request, in RecvBufAsync() function in tensorflow::Worker
|
D | collective_rma_distributed_test.cc | 92 void RecvBufAsync(CallOptions* opts, const RecvBufRequest* request, in RecvBufAsync() function in tensorflow::__anon9c39ea670111::FakeWorker
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 344 // response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
|