Halide 19.0.0
Halide compiler and libraries
|
Visitor for keeping track of functions that are directly called and the arguments with which they are called. More...
#include <AutoScheduleUtils.h>
Public Attributes | |
std::set< std::string > | funcs_called |
std::vector< std::pair< std::string, std::vector< Expr > > > | call_args |
Additional Inherited Members | |
Public Member Functions inherited from Halide::Internal::IRVisitor | |
IRVisitor ()=default | |
virtual | ~IRVisitor ()=default |
Protected Member Functions inherited from Halide::Internal::IRVisitor |
Visitor for keeping track of functions that are directly called and the arguments with which they are called.
Definition at line 26 of file AutoScheduleUtils.h.
std::set<std::string> Halide::Internal::FindAllCalls::funcs_called |
Definition at line 40 of file AutoScheduleUtils.h.
std::vector<std::pair<std::string, std::vector<Expr> > > Halide::Internal::FindAllCalls::call_args |
Definition at line 41 of file AutoScheduleUtils.h.