1#ifndef TATAMI_CONSECUTIVE_ORACLE_HPP
2#define TATAMI_CONSECUTIVE_ORACLE_HPP
6#include "sanisizer/sanisizer.hpp"
21template<
typename Index_>
Predict future accesses along a consecutive sequence.
Definition ConsecutiveOracle.hpp:22
PredictionIndex total() const
Definition ConsecutiveOracle.hpp:30
Index_ get(PredictionIndex i) const
Definition ConsecutiveOracle.hpp:34
ConsecutiveOracle(Index_ start, Index_ length)
Definition ConsecutiveOracle.hpp:28
Predict future access requests on the target dimension.
Definition Oracle.hpp:29
Flexible representations for matrix data.
Definition Extractor.hpp:15
std::size_t PredictionIndex
Definition Oracle.hpp:18