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_DECLARE_BASE_OBJECT_INFO (IterMapExprNode, PrimExprNode)
 
- Public Member Functions inherited from tvm::PrimExprNode
 TVM_OBJECT_ENABLE_SCRIPT_PRINTER ()
 
 TVM_DECLARE_BASE_OBJECT_INFO (PrimExprNode, BaseExprNode)
 
- Public Member Functions inherited from tvm::BaseExprNode
 TVM_DECLARE_BASE_OBJECT_INFO (BaseExprNode, Object)
 

Static Public Attributes

static constexpr const char * _type_key = "arith.IterMapExpr"
 
static constexpr const uint32_t _type_child_slots = 2
 
- Static Public Attributes inherited from tvm::PrimExprNode
static constexpr const char * _type_key = "ir.PrimExpr"
 
static constexpr const uint32_t _type_child_slots = 40
 
- Static Public Attributes inherited from tvm::BaseExprNode
static constexpr const char * _type_key = "ir.BaseExpr"
 
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::PrimExprNode
static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::BaseExprNode
static void RegisterReflection ()
 
- Public Attributes inherited from tvm::PrimExprNode
DataType dtype
 The runtime data type of the primitive expression. More...
 
- Public Attributes inherited from tvm::BaseExprNode
Span span
 Span that points to the original source code. Reserved debug information. 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_DECLARE_BASE_OBJECT_INFO()

tvm::arith::IterMapExprNode::TVM_DECLARE_BASE_OBJECT_INFO ( IterMapExprNode  ,
PrimExprNode   
)

Member Data Documentation

◆ _type_child_slots

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

◆ _type_key

constexpr const char* tvm::arith::IterMapExprNode::_type_key = "arith.IterMapExpr"
staticconstexpr

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