19 #ifndef TVM_SCRIPT_IR_BUILDER_IR_IR_H_ 20 #define TVM_SCRIPT_IR_BUILDER_IR_IR_H_ 31 namespace ir_builder {
62 #endif // TVM_SCRIPT_IR_BUILDER_IR_IR_H_
Definitions and helper macros for IR/AST nodes.
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
tvm::BaseFunc BaseFunc
Definition: expr.h:56
GlobalVar DeclFunction(const String &func_name, const BaseFunc &func_signature)
Declare a Function without given the specific function implementation.
void DefFunction(const String &func_name, const BaseFunc &func)
Define the function which is declared before.
IRModuleFrame IRModule()
The IRModule declaration statement.