#include <LoopNest.h>
Public Member Functions | |
Filter (const LoopNest *loop_nest) | |
template<typename T> | |
Filter & | operator<< (T &&x) |
Static Public Member Functions | |
static bool | enable_filter_printing () |
Public Attributes | |
const LoopNest * | loop_nest |
bool | logging = false |
Definition at line 691 of file LoopNest.h.
|
inlineexplicit |
Definition at line 695 of file LoopNest.h.
References enable_filter_printing(), logging, and loop_nest.
Referenced by operator<<().
|
inline |
Definition at line 706 of file LoopNest.h.
|
static |
Referenced by Filter().
const LoopNest* Halide::Internal::Autoscheduler::Filter::loop_nest |
Definition at line 692 of file LoopNest.h.
Referenced by Filter().
bool Halide::Internal::Autoscheduler::Filter::logging = false |
Definition at line 693 of file LoopNest.h.
Referenced by Filter(), and operator<<().