26 #ifndef GUM_SCHEDULER_H 27 #define GUM_SCHEDULER_H 34 template <
typename GUM_SCALAR >
94 virtual std::pair< long, long >
virtual std::pair< long, long > memoryUsage(const Schedule< GUM_SCALAR > &) const =0
returns the memory consumption used during the execution of a schedule
virtual Scheduler< GUM_SCALAR > * newFactory() const =0
virtual constructor
virtual bool execute(Schedule< GUM_SCALAR > &)=0
execute all the operations of a given schedule
virtual float nbOperations(const Schedule< GUM_SCALAR > &) const =0
returns an estimation of the number of elementary operations needed to perform a given schedule ...
gum is the global namespace for all aGrUM entities
virtual ~Scheduler()
destructor
Class containing a schedule of operations to perform on multidims.
Scheduler()
default constructor
Class containing a schedule of operations to perform on multidims.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
the common interface of all the schedulers