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

Method Count

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

Source from the content-addressed store, hash-verified

98 }
99
100 size_t Count() const {
101 return count_;
102 }
103
104 void AddCount(size_t n) {
105 count_ += n;

Callers 2

CheckBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected