MCPcopy 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
98inline 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

BM_WriteNumFunction · 0.45
BM_WriteStringFunction · 0.45
BM_ReadStringFunction · 0.45
Base64DecodeFunction · 0.45
DecodeHeaderFunction · 0.45
TESTFunction · 0.45
AttachLogMessagesMethod · 0.45
CompressInternalFunction · 0.45
MemInitDestinationFunction · 0.45
CompressibleStringFunction · 0.45
FinishMethod · 0.45

Calls 1

MaskFunction · 0.85

Tested by 8

BM_WriteNumFunction · 0.36
BM_WriteStringFunction · 0.36
BM_ReadStringFunction · 0.36
TESTFunction · 0.36
CompressibleStringFunction · 0.36
FinishMethod · 0.36
ReadNBytesMethod · 0.36
TESTFunction · 0.36