Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
inline Bitmap::~Bitmap() { delete[] word_; }
85
86
inline size_t Bitmap::bits() const { return nbits_; }
87
88
inline bool Bitmap::get(size_t i) const {
89
DCHECK_LT(i, nbits_);
Callers
3
CreateR1
Method · 0.80
PopulateR1
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64