A pattern that asserting a root pattern has a certain shape.
More...
#include <dataflow_pattern.h>
|
static constexpr const char * | _type_key = "relax.dpl.ShapePattern" |
|
static constexpr const char * | _type_key = "DFPatternNode" |
|
static constexpr const uint32_t | _type_child_slots = 21 |
|
A pattern that asserting a root pattern has a certain shape.
- See also
- ShapePattern
◆ RegisterReflection()
static void tvm::relax::ShapePatternNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::relax::ShapePatternNode::_type_key = "relax.dpl.ShapePattern" |
|
staticconstexpr |
◆ pattern
DFPattern tvm::relax::ShapePatternNode::pattern |
The root pattern to match
◆ shape
Array<PrimExpr> tvm::relax::ShapePatternNode::shape |
The documentation for this class was generated from the following file: