Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ size
Method
size
tensorflow/core/framework/embedding/cache.h:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
size_t size() {
146
mutex_lock l(mu_);
147
return mp.size();
148
}
149
150
size_t get_evic_ids(K* evic_ids, size_t k_size) {
151
mutex_lock l(mu_);
Callers
15
Size
Method · 0.45
~GPUHashMapKV
Method · 0.45
Import
Method · 0.45
RestoreInternal
Method · 0.45
IsOldCheckpoint
Method · 0.45
InitPartNumAndLoadedParts
Method · 0.45
Save
Method · 0.45
FilterToDelete
Method · 0.45
Insert
Method · 0.45
GeneratePartitionedCkptData
Method · 0.45
Save
Method · 0.45
Save
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected