A pattern to match an array of PrimExpr.
More...
#include <dataflow_pattern.h>
|
static constexpr const char * | _type_key = "relax.dpl.PrimArrPattern" |
|
static constexpr const char * | _type_key = "DFPatternNode" |
|
static constexpr const uint32_t | _type_child_slots = 21 |
|
A pattern to match an array of PrimExpr.
- See also
- PrimArrPattern
- Note
- This is often used to match shapes specified as arguments to a function.
◆ RegisterReflection()
static void tvm::relax::PrimArrPatternNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::relax::PrimArrPatternNode::_type_key = "relax.dpl.PrimArrPattern" |
|
staticconstexpr |
◆ fields
Array<PrimExpr> tvm::relax::PrimArrPatternNode::fields |
The documentation for this class was generated from the following file: