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
 
ConsecutiveOracle(const Index_ start, const Index_ length)
Definition ConsecutiveOracle.hpp:28
 
Index_ get(PredictionIndex i) const
Definition ConsecutiveOracle.hpp:34
 
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