#include <LoopNestParser.h>
Definition at line 17 of file LoopNestParser.h.
◆ LoopNestParser()
Halide::Internal::Autoscheduler::LoopNestParser::LoopNestParser |
( |
const std::vector< std::string > & | loop_nest | ) |
|
|
inlineexplicit |
◆ dump()
void Halide::Internal::Autoscheduler::LoopNestParser::dump |
( |
| ) |
const |
|
inline |
◆ is_in_partial_schedule()
bool Halide::Internal::Autoscheduler::LoopNestParser::is_in_partial_schedule |
( |
const FunctionDAG::Node * | node | ) |
const |
|
inline |
◆ contains_sub_loop_nest_for_shared_stages()
bool Halide::Internal::Autoscheduler::LoopNestParser::contains_sub_loop_nest_for_shared_stages |
( |
const LoopNestParser & | other | ) |
const |
|
inline |
◆ contains_sub_loop_nest()
bool Halide::Internal::Autoscheduler::LoopNestParser::contains_sub_loop_nest |
( |
const LoopNestParser & | other, |
|
|
bool | only_consider_shared_stages = false ) const |
|
inline |
◆ from_string()
static LoopNestParser Halide::Internal::Autoscheduler::LoopNestParser::from_string |
( |
const std::string & | str | ) |
|
|
inlinestatic |
◆ from_file()
static std::unique_ptr< LoopNestParser > Halide::Internal::Autoscheduler::LoopNestParser::from_file |
( |
const std::string & | filename | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: