Halide 19.0.0
Halide compiler and libraries
|
#include <Statistics.h>
Public Member Functions | |
ScopedStatistic (const T &value, const std::string &msg) | |
~ScopedStatistic () | |
Public Attributes | |
const T & | value |
std::string | msg |
Definition at line 18 of file Statistics.h.
|
inline |
Definition at line 22 of file Statistics.h.
|
inline |
Definition at line 27 of file Statistics.h.
References Halide::Internal::Autoscheduler::ScopedStatistic< T >::msg, and Halide::Internal::Autoscheduler::ScopedStatistic< T >::value.
const T& Halide::Internal::Autoscheduler::ScopedStatistic< T >::value |
Definition at line 19 of file Statistics.h.
Referenced by Halide::Internal::Autoscheduler::ScopedStatistic< T >::~ScopedStatistic().
std::string Halide::Internal::Autoscheduler::ScopedStatistic< T >::msg |
Definition at line 20 of file Statistics.h.
Referenced by Halide::Internal::Autoscheduler::ScopedStatistic< T >::~ScopedStatistic().