Pattern to match a tuple of ordered expressions.
More...
#include <dataflow_pattern.h>
|
static constexpr const char * | _type_key = "relax.dpl.TuplePattern" |
|
static constexpr const char * | _type_key = "DFPatternNode" |
|
static constexpr const uint32_t | _type_child_slots = 21 |
|
Pattern to match a tuple of ordered expressions.
- See also
- TuplePattern
◆ RegisterReflection()
static void tvm::relax::TuplePatternNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::relax::TuplePatternNode::_type_key = "relax.dpl.TuplePattern" |
|
staticconstexpr |
◆ fields
tvm::Array<DFPattern> tvm::relax::TuplePatternNode::fields |
The documentation for this class was generated from the following file: