Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get
Method
get
tensorflow/core/lib/core/bitmap.h:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
inline size_t Bitmap::bits() const { return nbits_; }
87
88
inline bool Bitmap::get(size_t i) const {
89
DCHECK_LT(i, nbits_);
90
return word_[i / kBits] & Mask(i % kBits);
91
}
92
93
inline void Bitmap::set(size_t i) {
94
DCHECK_LT(i, nbits_);
Callers
15
get_python_path
Function · 0.45
setup_python
Function · 0.45
get_var
Function · 0.45
get_from_env_or_user_or_default
Function · 0.45
prompt_loop_or_load_from_env
Function · 0.45
set_gcc_host_compiler_path
Function · 0.45
set_tf_tensorrt_version
Function · 0.45
get_native_cuda_compute_capabilities
Function · 0.45
set_other_cuda_vars
Function · 0.45
set_other_mpi_vars
Function · 0.45
system_specific_test_config
Function · 0.45
set_system_libs_flag
Function · 0.45
Calls
1
Mask
Function · 0.85
Tested by
15
main
Function · 0.36
TEST
Function · 0.36
ReadFileIntoString
Function · 0.36
encodeByFlatBuffer
Method · 0.36
ReadFileIntoString
Function · 0.36
TEST
Function · 0.36
upload_benchmark_data
Function · 0.36
main
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TestWeights
Method · 0.36