Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ clear
Method
clear
tensorflow/core/lib/core/bitmap.h:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
inline void Bitmap::clear(size_t i) {
99
DCHECK_LT(i, nbits_);
100
word_[i / kBits] &= ~Mask(i % kBits);
101
}
102
103
} // namespace core
104
} // namespace tensorflow
Callers
15
locale_independent_strtonum
Function · 0.45
BM_WriteNum
Function · 0.45
BM_WriteString
Function · 0.45
BM_ReadString
Function · 0.45
Base64Decode
Function · 0.45
DecodeHeader
Function · 0.45
TEST
Function · 0.45
AttachLogMessages
Method · 0.45
CompressInternal
Function · 0.45
MemInitDestination
Function · 0.45
CompressibleString
Function · 0.45
Finish
Method · 0.45
Calls
1
Mask
Function · 0.85
Tested by
8
BM_WriteNum
Function · 0.36
BM_WriteString
Function · 0.36
BM_ReadString
Function · 0.36
TEST
Function · 0.36
CompressibleString
Function · 0.36
Finish
Method · 0.36
ReadNBytes
Method · 0.36
TEST
Function · 0.36