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_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.BufferRegion", BufferRegionNode, PrimExprConvertibleNode)
 
- Public Member Functions inherited from tvm::PrimExprConvertibleNode
virtual ~PrimExprConvertibleNode ()
 
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.PrimExprConvertible", PrimExprConvertibleNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

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

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

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_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::tir::BufferRegionNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "tir.BufferRegion"  ,
BufferRegionNode  ,
PrimExprConvertibleNode   
)

Member Data Documentation

◆ _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

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

The region array of the buffer region.


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