Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/verbs/
Drdma.h259 void RecvTensorMetaData(DataType dtype, TensorShape shape, bool is_dead,
DREADME.md76 …using the request index specified in the message, and invoke its **RecvTensorMetaData()** which do…
113 * **RecvTensorMetaData()** - Receive meta-data from the remote side.
Dpatch_notes_verbs_with_0_copies.md42 * RecvTensorMetaData() - Receive meta-data from the remote side.
Drdma.cc492 request->RecvTensorMetaData(rm.data_type_, rm.tensor_shape_, in Process_CQ()
1607 void RdmaTensorRequest::RecvTensorMetaData(DataType dtype, TensorShape shape, in RecvTensorMetaData() function in tensorflow::RdmaTensorRequest