AddInvokedClosure (Adding FlowGraphPp)

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Adds FlowGraphPp called by FunctionPp, and returns FunctionPp with FlowGraphPp added.

Prototype

1
FunctionPp &AddInvokedClosure(const char_t *name, const FlowGraphPp &graph_pp)

Parameters

Parameter

Input/Output

Description

name

Input

Name of the called FlowGraphPp, which must be unique for a graph.

graph_pp

Input

FlowGraphPp to be called.

Returns

FunctionPp with GraphPp added.

Exception Handling

None

Constraints

None