Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetSsdRecordDescriptor
Method · 0.45
WriteFile
Method · 0.45
FlushAndUpdate
Method · 0.45
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected