Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
inline void Bitmap::set(size_t i) {
94
DCHECK_LT(i, nbits_);
95
word_[i / kBits] |= Mask(i % kBits);
96
}
97
98
inline void Bitmap::clear(size_t i) {
99
DCHECK_LT(i, nbits_);
Callers
15
visit_Import
Method · 0.45
visit_ImportFrom
Method · 0.45
_replace_keep_prob_node
Function · 0.45
_replace_uniform_noise_node
Function · 0.45
_get_distribution
Function · 0.45
_contrib_layers_xavier_initializer_transformer
Function · 0.45
_replace_distribution
Function · 0.45
_replace_mode
Function · 0.45
_replace_scale_node
Function · 0.45
EXCLUSIVE_LOCKS_REQUIRED
Method · 0.45
MergeIsland
Function · 0.45
GetNewIslandResultsAndForwardResults
Function · 0.45
Calls
1
Mask
Function · 0.85
Tested by
3
MakeRandomBitmap
Function · 0.36
TEST
Function · 0.36
flatten
Method · 0.36