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