MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Write

Method Write

tensorflow/contrib/verbs/rdma.cc:827–830  ·  view source on GitHub ↗

Rdma-Write the content of the buffer

Source from the content-addressed store, hash-verified

825
826// Rdma-Write the content of the buffer
827void RdmaMessageBuffer::Write(uint32_t imm_data, size_t buffer_size) {
828 Write(channel_, imm_data, buffer_size, (uint64_t)buffer_, self_->lkey,
829 remote_.remote_addr, remote_.rkey, RDMA_WRITE_ID_MESSAGE, this);
830}
831
832// Generalized Write method
833void RdmaMessageBuffer::Write(const RdmaChannel* channel, uint32_t imm_data,

Callers 8

StreamWriterFnMethod · 0.45
encodeTensorFunction · 0.45
encodeMethod · 0.45
WriteToMethod · 0.45
mainFunction · 0.45
source_writer.ccFile · 0.45
GenerateOpFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36