tvm
Public Member Functions | Static Public Attributes | List of all members
tvm::arith::IterMapExprNode Class Reference

Base class of all iter map expressions. More...

#include <iter_affine_map.h>

Inheritance diagram for tvm::arith::IterMapExprNode:
Collaboration diagram for tvm::arith::IterMapExprNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO ("arith.IterMapExpr", IterMapExprNode, ExprNode)
 
- Public Member Functions inherited from tvm::ExprNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Expr", ExprNode, ffi::Object)
 

Static Public Attributes

static constexpr const uint32_t _type_child_slots = 2
 
- Static Public Attributes inherited from tvm::ExprNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 64
 

Additional Inherited Members

- Static Public Member Functions inherited from tvm::ExprNode
static void RegisterReflection ()
 
- Public Attributes inherited from tvm::ExprNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 
Type ty = Type::Missing()
 The deduced or annotated type of the expression. More...
 

Detailed Description

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.

Member Function Documentation

◆ TVM_FFI_DECLARE_OBJECT_INFO()

tvm::arith::IterMapExprNode::TVM_FFI_DECLARE_OBJECT_INFO ( "arith.IterMapExpr"  ,
IterMapExprNode  ,
ExprNode   
)

Member Data Documentation

◆ _type_child_slots

constexpr const uint32_t tvm::arith::IterMapExprNode::_type_child_slots = 2
staticconstexpr

The documentation for this class was generated from the following file: