Searched refs:RecvTensorMetaData (Results 1 – 4 of 4) sorted by relevance
259 void RecvTensorMetaData(DataType dtype, TensorShape shape, bool is_dead,
76 …using the request index specified in the message, and invoke its **RecvTensorMetaData()** which do…113 * **RecvTensorMetaData()** - Receive meta-data from the remote side.
42 * RecvTensorMetaData() - Receive meta-data from the remote side.
492 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