A context to manage the graph-level pattern matching.
More...
#include <dataflow_pattern.h>
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_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::relax::PatternContextNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"relax.dpl.PatternContext" |
, |
|
|
PatternContextNode |
, |
|
|
Object |
|
|
) |
| |
◆ 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: