GeGraphsToEsCGraphs

Applicability

Product

Supported or Not

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

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