tvm
|
Declare a buffer that can be used in the body. More...
#include <stmt.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.DeclBuffer", DeclBufferNode, 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 | |
Buffer | buffer |
The buffer being declared. More... | |
Stmt | body |
The body to be executed. 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 |
Declare a buffer that can be used in the body.
|
inlinestatic |
tvm::tir::DeclBufferNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tir.DeclBuffer" | , |
DeclBufferNode | , | ||
StmtNode | |||
) |
Stmt tvm::tir::DeclBufferNode::body |
The body to be executed.
Buffer tvm::tir::DeclBufferNode::buffer |
The buffer being declared.