GetGraph
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/pattern.h>
- Library file: libge_compiler.so
Function Usage
Obtains the pattern graph in a pattern.
Prototype
1 | const Graph &GetGraph() const |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
const Graph & |
Const reference of the pattern graph. |
Constraints
None
Parent topic: Pattern