tvm
Public Member Functions | Static Public Member Functions | 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_FFI_DECLARE_OBJECT_INFO ("relax.dpl.PatternSeq", PatternSeqNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

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

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

tvm::relax::PatternSeqNode::TVM_FFI_DECLARE_OBJECT_INFO ( "relax.dpl.PatternSeq"  ,
PatternSeqNode  ,
Object   
)

Member Data Documentation

◆ pair_constraints

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

Constraints between the previous and next patterns

◆ patterns

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

The sequence of DFPatterns


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