IsEnableIrAttrMatch
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/pattern_matcher_config.h>
- Library file: libge_compiler.so
Function Usage
Returns whether IR attribute and value matching is enabled.
Prototype
1 | bool IsEnableIrAttrMatch() const |
Parameters
None
Returns
bool type. The value is
- If true is returned, the pattern matcher matches the IR attribute values carried by the nodes in the pattern.
- If false is returned, the IR attribute on the node is not involved in matching.
Constraints
Binary matching, a strict matching mode (for floating-point data types) is used. If the result is not as expected, disable this function and process the value verification logic in the pass.
Parent topic: PatternMatcherConfig