tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::relax::PatternSeqNode Class Referencefinal

A sequence of DFPatterns that the previous DFPattern is connected to the next one. More...

#include <dataflow_pattern.h>

Inheritance diagram for tvm::relax::PatternSeqNode:
Collaboration diagram for tvm::relax::PatternSeqNode:

Public Member Functions

 TVM_DECLARE_BASE_OBJECT_INFO (PatternSeqNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

tvm::Array< DFPatternpatterns
 
std::vector< PairConspair_constraints
 

Static Public Attributes

static constexpr const char * _type_key = "relax.dpl.PatternSeq"
 

Detailed Description

A sequence of DFPatterns that the previous DFPattern is connected to the next one.

See also
PatternSeq

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_BASE_OBJECT_INFO()

tvm::relax::PatternSeqNode::TVM_DECLARE_BASE_OBJECT_INFO ( PatternSeqNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::relax::PatternSeqNode::_type_key = "relax.dpl.PatternSeq"
staticconstexpr

◆ pair_constraints

std::vector<PairCons> tvm::relax::PatternSeqNode::pair_constraints

Constraints between the previous and next patterns

◆ patterns

tvm::Array<DFPattern> tvm::relax::PatternSeqNode::patterns

The sequence of DFPatterns


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