tvm
|
Base class of all iter map expressions. More...
#include <iter_affine_map.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO ("arith.IterMapExpr", IterMapExprNode, PrimExprNode) | |
![]() | |
TVM_OBJECT_ENABLE_SCRIPT_PRINTER () | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.PrimExpr", PrimExprNode, BaseExprNode) | |
![]() | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.BaseExpr", BaseExprNode, Object) | |
Static Public Attributes | |
static constexpr const uint32_t | _type_child_slots = 2 |
![]() | |
static constexpr const uint32_t | _type_child_slots = 40 |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 64 |
Additional Inherited Members | |
![]() | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
![]() | |
DataType | dtype |
The runtime data type of the primitive expression. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
Base class of all iter map expressions.
An IterMapExpr is a special expression to store the result of IterMapDetection. It should not appear in a legal TIR PrimFunc.
tvm::arith::IterMapExprNode::TVM_FFI_DECLARE_OBJECT_INFO | ( | "arith.IterMapExpr" | , |
IterMapExprNode | , | ||
PrimExprNode | |||
) |
|
staticconstexpr |