A sequence of DFPatterns that the previous DFPattern is connected to the next one.
More...
#include <dataflow_pattern.h>
A sequence of DFPatterns that the previous DFPattern is connected to the next one.
- See also
- PatternSeq
◆ 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 |
|
|
) |
| |
◆ 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: