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().
| 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: |