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

Method bits

tensorflow/core/lib/core/bitmap.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84inline Bitmap::~Bitmap() { delete[] word_; }
85
86inline size_t Bitmap::bits() const { return nbits_; }
87
88inline bool Bitmap::get(size_t i) const {
89 DCHECK_LT(i, nbits_);

Callers 3

CreateR1Method · 0.80
PopulateR1Method · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64