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

Method set

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

Source from the content-addressed store, hash-verified

91}
92
93inline void Bitmap::set(size_t i) {
94 DCHECK_LT(i, nbits_);
95 word_[i / kBits] |= Mask(i % kBits);
96}
97
98inline void Bitmap::clear(size_t i) {
99 DCHECK_LT(i, nbits_);

Callers 15

visit_ImportMethod · 0.45
visit_ImportFromMethod · 0.45
_replace_keep_prob_nodeFunction · 0.45
_get_distributionFunction · 0.45
_replace_distributionFunction · 0.45
_replace_modeFunction · 0.45
_replace_scale_nodeFunction · 0.45
MergeIslandFunction · 0.45

Calls 1

MaskFunction · 0.85

Tested by 3

MakeRandomBitmapFunction · 0.36
TESTFunction · 0.36
flattenMethod · 0.36