EsCGraphBuilder Constructor and Destructor
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
Constructs and destructs an object of class EsCGraphBuilder.
Prototype
1 2 3 4 5 | EsCGraphBuilder() explicit EsCGraphBuilder(const char *name) ~EsCGraphBuilder() EsCGraphBuilder(EsCGraphBuilder &&) noexcept EsCGraphBuilder &operator=(EsCGraphBuilder &&) noexcept |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Graph name, based on which a graph builder is constructed. |
Returns
None
Constraints
None
Parent topic: EsCGraphBuilder