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

Method Flush

tensorflow/core/framework/embedding/emb_file.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void Flush() {
68 if (fs_.is_open()) {
69 fs_.flush();
70 }
71 }
72
73 void MapForRead() {
74 file_addr_for_read_ = (char*)mmap(nullptr, file_size_, PROT_READ,

Callers 3

WriteFileMethod · 0.45
FlushAndUpdateMethod · 0.45

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected