AppendNodeMatchPair
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/match_result.h>
- Library file: libge_compiler.so
Function Usage
Adds a matching pair.
Prototype
1 | Status AppendNodeMatchPair(const NodeIo &pattern_node_out,const NodeIo &matched_node_out) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
pattern_node_out |
Input |
Output of a node in the pattern graph. |
matched_node_out |
Input |
The actual output of a node in the target graph. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
SUCCESS: The addition succeeds. FAILED: The addition fails. |
Constraints
None
Parent topic: MatchResult