tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::tirx::IterNode Class Reference

#include <layout.h>

Inheritance diagram for tvm::tirx::IterNode:
Collaboration diagram for tvm::tirx::IterNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tirx.Iter", IterNode, ffi::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

PrimExpr extent
 
PrimExpr stride
 
Axis axis
 

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Member Function Documentation

◆ RegisterReflection()

static void tvm::tirx::IterNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::tirx::IterNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "tirx.Iter"  ,
IterNode  ,
ffi::Object   
)

Member Data Documentation

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::tirx::IterNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ axis

Axis tvm::tirx::IterNode::axis

◆ extent

PrimExpr tvm::tirx::IterNode::extent

◆ stride

PrimExpr tvm::tirx::IterNode::stride

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