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

Method RecvTensorChecksum

tensorflow/contrib/verbs/rdma.h:279–279  ·  view source on GitHub ↗

Receive tensor checksum For validation: Get and store the Tensor's expected checksum for the current request. Compare the result Tensor's checksum with the stored checksum right before invoking Done().

Source from the content-addressed store, hash-verified

277 // current request. Compare the result Tensor's checksum with the stored
278 // checksum right before invoking Done().
279 void RecvTensorChecksum(uint64_t checksum) { checksum_ = checksum; }
280#endif
281
282 private:

Callers 1

Process_CQMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected