MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / RawGet

Method RawGet

python-package/compile/src/io/dense_bin.hpp:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342
343template <typename VAL_T>
344inline uint32_t DenseBinIterator<VAL_T>::RawGet(data_size_t idx) {
345 return bin_data_->data_[idx];
346}
347
348template <typename VAL_T>
349BinIterator* DenseBin<VAL_T>::GetIterator(uint32_t min_bin, uint32_t max_bin, uint32_t default_bin) const {

Callers 2

DumpTextFileMethod · 0.45
AllocateGPUMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected