tvm
|
The container of seq statement. Represent a sequence of statements. More...
#include <stmt.h>
Public Member Functions | |
size_t | size () const |
Stmt | operator[] (size_t index) const |
Get the index-th element in the sequence. More... | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.SeqStmt", SeqStmtNode, StmtNode) | |
![]() | |
StmtNode ()=default | |
StmtNode (Span span) | |
TVM_OBJECT_ENABLE_SCRIPT_PRINTER () | |
TVM_FFI_DECLARE_OBJECT_INFO ("tir.Stmt", StmtNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
ffi::Array< Stmt > | seq |
internal sequence content. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
Additional Inherited Members | |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 15 |
The container of seq statement. Represent a sequence of statements.
|
inline |
Get the index-th element in the sequence.
|
inlinestatic |
|
inline |
tvm::tir::SeqStmtNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tir.SeqStmt" | , |
SeqStmtNode | , | ||
StmtNode | |||
) |
ffi::Array<Stmt> tvm::tir::SeqStmtNode::seq |
internal sequence content.