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

Method size

tensorflow/core/framework/embedding/leveldb_kv.h:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 int64 size() {
59 int64 total = 0;
60 for (int i = 0; i < num_parts_; i++) {
61 total += counter_[i];
62 }
63 return total;
64 }
65
66 private:
67 std::vector<int64> counter_;

Callers 3

BatchCommitMethod · 0.45
SizeMethod · 0.45
DBValueIteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected