19#ifndef TVM_SCRIPT_IR_BUILDER_IR_IR_H_
20#define TVM_SCRIPT_IR_BUILDER_IR_IR_H_
Managed reference to BaseFuncNode.
Definition function.h:250
Managed reference to GlobalVarNode.
Definition expr.h:429
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
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:248
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:40