MCPcopy 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

86inline size_t Bitmap::bits() const { return nbits_; }
87
88inline bool Bitmap::get(size_t i) const {
89 DCHECK_LT(i, nbits_);
90 return word_[i / kBits] & Mask(i % kBits);
91}
92
93inline void Bitmap::set(size_t i) {
94 DCHECK_LT(i, nbits_);

Callers 15

get_python_pathFunction · 0.45
setup_pythonFunction · 0.45
get_varFunction · 0.45
set_tf_tensorrt_versionFunction · 0.45
set_other_cuda_varsFunction · 0.45
set_other_mpi_varsFunction · 0.45
set_system_libs_flagFunction · 0.45

Calls 1

MaskFunction · 0.85

Tested by 15

mainFunction · 0.36
TESTFunction · 0.36
ReadFileIntoStringFunction · 0.36
encodeByFlatBufferMethod · 0.36
ReadFileIntoStringFunction · 0.36
TESTFunction · 0.36
upload_benchmark_dataFunction · 0.36
mainFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TestWeightsMethod · 0.36