FlowData Constructor and Destructor

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

Constructs and destructs an object of class FlowData. The constructor returns a FlowData node.

Prototype

1
2
FlowData(const char *name, int64_t index)
~FlowData() override

Parameters

Parameter

Input/Output

Description

name

Input

Name of the input node, which must be unique for a graph.

index

Input

Index of the input node, which must start from 0 for a graph and indicates the input sequence in the graph.

Returns

A FlowData node is returned.

Exception Handling

None

Constraints

None