A frame that represents the PrimFunc containing TIR statements.
More...
#include <frame.h>
|
static constexpr const char * | _type_key = "script.ir_builder.tir.PrimFuncFrame" |
|
static constexpr const char * | _type_key = "script.ir_builder.tir.TIRFrame" |
|
static constexpr const char * | _type_key = "script.ir_builder.IRBuilderFrame" |
|
A frame that represents the PrimFunc containing TIR statements.
- See also
- PrimFuncFrame
◆ ExitWithScope()
void tvm::script::ir_builder::tir::PrimFuncFrameNode::ExitWithScope |
( |
| ) |
|
|
finalvirtual |
◆ RegisterReflection()
static void tvm::script::ir_builder::tir::PrimFuncFrameNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::script::ir_builder::tir::PrimFuncFrameNode::_type_key = "script.ir_builder.tir.PrimFuncFrame" |
|
staticconstexpr |
◆ args
Array<tvm::tir::Var> tvm::script::ir_builder::tir::PrimFuncFrameNode::args |
◆ attrs
Map<String, Any> tvm::script::ir_builder::tir::PrimFuncFrameNode::attrs |
Additional attributes storing the meta-data.
◆ buffer_map
Maps some parameters to specific Buffer data structures.
◆ env_threads
The variable map bound to thread env.
◆ is_private
bool tvm::script::ir_builder::tir::PrimFuncFrameNode::is_private |
Whether the PrimFunc is annotated as private.
◆ name
Optional<String> tvm::script::ir_builder::tir::PrimFuncFrameNode::name |
◆ ret_type
Optional<Type> tvm::script::ir_builder::tir::PrimFuncFrameNode::ret_type |
The return type of the function.
◆ root_alloc_buffers
Array<tvm::tir::Buffer> tvm::script::ir_builder::tir::PrimFuncFrameNode::root_alloc_buffers |
The buffer allocated in root block.
The documentation for this class was generated from the following file:
- include/tvm/script/ir_builder/tir/frame.h