34 using namespace internal;
37 m_max_num_samples_per_burst(0), m_next_block_index(0), m_total_num_blocks(0),
44 m_blocksize = blocksize;
45 m_max_num_samples_per_burst = m_blocksize * m_num_blocks_per_burst;
51 m_num_blocks_per_burst = num_blocks_per_burst;
52 m_max_num_samples_per_burst = m_blocksize * m_num_blocks_per_burst;
BlockwiseDetails & with_blocksize(index_t blocksize)
all of classes and functions are contained in the shogun namespace
BlockwiseDetails & with_num_blocks_per_burst(index_t num_blocks_per_burst)
Class that holds block-details for the data-fetchers. There are one instance of this class per fetche...