MCPcopy 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

SizeMethod · 0.45
~GPUHashMapKVMethod · 0.45
ImportMethod · 0.45
RestoreInternalMethod · 0.45
IsOldCheckpointMethod · 0.45
SaveMethod · 0.45
FilterToDeleteMethod · 0.45
InsertMethod · 0.45
SaveMethod · 0.45
SaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected