A frame that represents the IRModule frame with functions and global variables.
More...
#include <frame.h>
|
static constexpr const char * | _type_key = "script.ir_builder.IRModuleFrame" |
|
static constexpr const char * | _type_key = "script.ir_builder.IRBuilderFrame" |
|
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_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::script::ir_builder::ir::IRModuleFrameNode::_type_key = "script.ir_builder.IRModuleFrame" |
|
staticconstexpr |
◆ attrs
Map<String, Any> tvm::script::ir_builder::ir::IRModuleFrameNode::attrs |
◆ 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
Map<String, Array<GlobalInfo> > tvm::script::ir_builder::ir::IRModuleFrameNode::global_infos |
◆ global_var_map
Map<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