A frame that represents the IRModule frame with functions and global variables.
More...
#include <frame.h>
A frame that represents the IRModule frame with functions and global variables.
- See also
- IRModuleFrame
◆ ExitWithScope()
void tvm::script::ir_builder::ir::IRModuleFrameNode::ExitWithScope |
( |
| ) |
|
|
finalvirtual |
◆ RegisterReflection()
static void tvm::script::ir_builder::ir::IRModuleFrameNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
◆ attrs
ffi::Map<ffi::String, Any> tvm::script::ir_builder::ir::IRModuleFrameNode::attrs |
◆ functions
ffi::Map<GlobalVar, BaseFunc> tvm::script::ir_builder::ir::IRModuleFrameNode::functions |
A map from GlobalVar to all global functions.
- Note
- Only defined functions are in the map, while declared functions are not included.
◆ global_infos
ffi::Map<ffi::String, ffi::Array<GlobalInfo> > tvm::script::ir_builder::ir::IRModuleFrameNode::global_infos |
◆ global_var_map
ffi::Map<ffi::String, GlobalVar> tvm::script::ir_builder::ir::IRModuleFrameNode::global_var_map |
A map from string names to global variables that ensures global uniqueness.
The documentation for this class was generated from the following file:
- include/tvm/script/ir_builder/ir/frame.h