set_flow_flags

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

Sets flags in the FlowMsg message header.

Prototype

1
set_flow_flags(self, flow_flags: int) -> None

Parameters

Parameter

Input/Output

Description

flow_flags

Input

Flags in the message header.

The values of flags are as follows:

1
2
dataflow.flow_func.flow_func.FLOW_FLAG_EOS      // End flag of the data flow 
dataflow.flow_func.flow_func.FLOW_FLAG_SEG      // Segmentation flag of discontinuous data

Returns

None

Exception Handling

None

Constraints

None