GeGraphsToEsCGraphs
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Converts a dynamic subgraph to a subgraph container of the anonymous pointer type.
Prototype
1 | inline std::vector<EsCGraph *> GeGraphsToEsCGraphs(std::vector<std::unique_ptr<ge::Graph>> graphs) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
graphs |
Input |
Input parameter container of the dynamic subgraph of the control operator. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
std::vector<EsCGraph *> |
Subgraph container of the anonymous pointer type. |
Constraints
None
Parent topic: EsGraphBuilder