BuildGraphAndReset
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
Builds and returns a graph object.
Prototype
1 | std::unique_ptr<ge::Graph> BuildGraphAndReset() |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
std::unique_ptr<ge::Graph> |
Graph object that has been built. |
Constraints
None
Parent topic: EsCGraphBuilder