tvm
|
Let binding, bind var to value, then run body. More...
#include <stmt.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.LetStmt", LetStmtNode, 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 | |
Var | var |
The variable. More... | |
PrimExpr | value |
The value to be bound. More... | |
Stmt | body |
The body block. 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 |
Let binding, bind var to value, then run body.
|
inlinestatic |
tvm::tir::LetStmtNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tir.LetStmt" | , |
LetStmtNode | , | ||
StmtNode | |||
) |
Stmt tvm::tir::LetStmtNode::body |
The body block.
PrimExpr tvm::tir::LetStmtNode::value |
The value to be bound.
Var tvm::tir::LetStmtNode::var |
The variable.