tvm
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tvm::relax::PrimArrPatternNode Class Reference

A pattern to match an array of PrimExpr. More...

#include <dataflow_pattern.h>

Inheritance diagram for tvm::relax::PrimArrPatternNode:
Collaboration diagram for tvm::relax::PrimArrPatternNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.dpl.PrimArrPattern", PrimArrPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::DFPatternNode
 TVM_FFI_DECLARE_OBJECT_INFO ("relax.dpl.DFPattern", DFPatternNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

ffi::Array< PrimExprfields
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::relax::DFPatternNode
static constexpr const uint32_t _type_child_slots = 21
 

Detailed Description

A pattern to match an array of PrimExpr.

See also
PrimArrPattern
Note
This is often used to match shapes specified as arguments to a function.

Member Function Documentation

◆ RegisterReflection()

static void tvm::relax::PrimArrPatternNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::relax::PrimArrPatternNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "relax.dpl.PrimArrPattern"  ,
PrimArrPatternNode  ,
DFPatternNode   
)

Member Data Documentation

◆ fields

ffi::Array<PrimExpr> tvm::relax::PrimArrPatternNode::fields

The array to match


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