FlowData Constructor and Destructor

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

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

Command-Line Options

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.

Troubleshooting

None

Restrictions

None