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:230
Managed reference to GlobalVarNode.
Definition: expr.h:487
Reference to string objects.
Definition: string.h:98
IRModuleFrame IRModule()
The IRModule declaration statement.
Definition: module.h:359
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.
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Definitions and helper macros for IR/AST nodes.