AddInvokedClosure (Adding the ProcessPoint Subclass)

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 GraphPp/FlowGraphPp called by FunctionPp, and returns FunctionPp with GraphPp/FlowGraphPp added.

Prototype

1
FunctionPp &AddInvokedClosure(const char_t *name, const ProcessPoint &pp)

Parameters

Parameter

Input/Output

Description

name

Input

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

pp

Input

GraphPp/FlowGraphPp to be called.

Returns

FunctionPp with GraphPp added

Exception Handling

None

Constraints

None