Home
last modified time | relevance | path

Searched refs:RecvTensorContent (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/verbs/
Drdma.h267 void RecvTensorContent();
DREADME.md84 …quest index which is the immediate value. It will then invoke its **RecvTensorContent()** which do…
117 …* **RecvTensorContent()** - Receive tensor content from the remote side (RDMA write was complet…
Dpatch_notes_verbs_with_0_copies.md43 …* RecvTensorContent() - Receive tensor content from the remote side and invoke the done() callback…
Drdma.cc475 request->RecvTensorContent(); in Process_CQ()
1617 void RdmaTensorRequest::RecvTensorContent() { in RecvTensorContent() function in tensorflow::RdmaTensorRequest