tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::tir::BufferRegionNode Class Reference

Representing the region of multi-dimensional buffer access. More...

#include <stmt.h>

Inheritance diagram for tvm::tir::BufferRegionNode:
Collaboration diagram for tvm::tir::BufferRegionNode:

Public Member Functions

PrimExpr ToPrimExpr () const final
 
 TVM_DECLARE_FINAL_OBJECT_INFO (BufferRegionNode, PrimExprConvertibleNode)
 
- Public Member Functions inherited from tvm::PrimExprConvertibleNode
virtual ~PrimExprConvertibleNode ()
 
 TVM_DECLARE_BASE_OBJECT_INFO (PrimExprConvertibleNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

Buffer buffer
 The buffer of the buffer region. More...
 
Array< Rangeregion
 The region array of the buffer region. More...
 

Static Public Attributes

static constexpr const char * _type_key = "tir.BufferRegion"
 
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
- Static Public Attributes inherited from tvm::PrimExprConvertibleNode
static constexpr const char * _type_key = "ir.PrimExprConvertible"
 

Detailed Description

Representing the region of multi-dimensional buffer access.

Member Function Documentation

◆ RegisterReflection()

static void tvm::tir::BufferRegionNode::RegisterReflection ( )
inlinestatic

◆ ToPrimExpr()

PrimExpr tvm::tir::BufferRegionNode::ToPrimExpr ( ) const
finalvirtual

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::tir::BufferRegionNode::TVM_DECLARE_FINAL_OBJECT_INFO ( BufferRegionNode  ,
PrimExprConvertibleNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::tir::BufferRegionNode::_type_key = "tir.BufferRegion"
staticconstexpr

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::tir::BufferRegionNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ buffer

Buffer tvm::tir::BufferRegionNode::buffer

The buffer of the buffer region.

◆ region

Array<Range> tvm::tir::BufferRegionNode::region

The region array of the buffer region.


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