ToAscendString
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/match_result.h>
- Library file: libge_compiler.so
Function Usage
Serializes a match result to a string.
Prototype
1 | AscendString ToAscendString() const |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
AscendString |
Pattern name and the mappings between the pattern nodes and match node names in the form of a character string in the matching results. |
Constraints
None
Parent topic: MatchResult