A sequence of DFPatterns that the previous DFPattern is connected to the next one.
More...
#include <dataflow_pattern.h>
|
static constexpr const char * | _type_key = "relax.dpl.PatternSeq" |
|
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_DECLARE_BASE_OBJECT_INFO()
tvm::relax::PatternSeqNode::TVM_DECLARE_BASE_OBJECT_INFO |
( |
PatternSeqNode |
, |
|
|
Object |
|
|
) |
| |
◆ _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: