A context to manage the graph-level pattern matching.
More...
#include <dataflow_pattern.h>
|
static constexpr const char * | _type_key = "relax.dpl.PatternContext" |
|
A context to manage the graph-level pattern matching.
- See also
- PatternContext
◆ ExternUse
Constrainting matched graph with assertion to external uses.
Enumerator |
---|
kMay | No constraints
|
kMustNot | All nodes except outputs only have internal depedencies in the matched graph.
|
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::relax::PatternContextNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
PatternContextNode |
, |
|
|
Object |
|
|
) |
| |
◆ _type_key
constexpr const char* tvm::relax::PatternContextNode::_type_key = "relax.dpl.PatternContext" |
|
staticconstexpr |
◆ allow_extern_use
◆ edge_constraints
◆ src_ordered
std::vector<DFPattern> tvm::relax::PatternContextNode::src_ordered |
◆ validation_constraints
std::vector<DFConstraint> tvm::relax::PatternContextNode::validation_constraints |
The documentation for this class was generated from the following file: