GetGraph
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/es_c_graph_builder.h>
- Library files: libeager_style_graph_builder_base.so and libeager_style_graph_builder_base_static.a
Function Usage
Obtains the internal graph object.
Prototype
1 | ge::Graph *GetGraph() |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
ge::Graph * |
Pointer to a graph object. |
Constraints
None
Parent topic: EsCGraphBuilder