19 #ifndef TVM_SCRIPT_IR_BUILDER_IR_IR_H_
20 #define TVM_SCRIPT_IR_BUILDER_IR_IR_H_
31 namespace ir_builder {
Managed reference to BaseFuncNode.
Definition: function.h:234
Managed reference to GlobalVarNode.
Definition: expr.h:489
IRModuleFrame IRModule()
The IRModule declaration statement.
Definition: module.h:250
void DefFunction(const String &func_name, const BaseFunc &func)
Define the function which is declared before.
GlobalVar DeclFunction(const String &func_name, const BaseFunc &func_signature)
Declare a Function without given the specific function implementation.
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
Definitions and helper macros for IR/AST nodes.