19 #ifndef TVM_SCRIPT_IR_BUILDER_IR_IR_H_
20 #define TVM_SCRIPT_IR_BUILDER_IR_IR_H_
30 namespace ir_builder {
Managed reference to BaseFuncNode.
Definition: function.h:233
Managed reference to GlobalVarNode.
Definition: expr.h:482
void DefFunction(const ffi::String &func_name, const BaseFunc &func)
Define the function which is declared before.
IRModuleFrame IRModule()
The IRModule declaration statement.
Definition: module.h:250
GlobalVar DeclFunction(const ffi::String &func_name, const BaseFunc &func_signature)
Declare a Function without given the specific function implementation.
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition: analyzer.h:37