SetFlowFlags

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 data.

Prototype

1
void SetFlowFlags(const uint32_t flow_flags)

Parameters

Parameter

Input/Output

Description

flow_flags

Input

Flags in the message header.

The enumerated values of flags are as follows:

enum class FlowFlag : uint32_t {

FLOW_FLAG_EOS = (1U << 0U), // Data flow end flag

FLOW_FLAG_SEG = (1U << 1U) // Segment flag of non-consecutive data

};

Returns

None

Exception Handling

None

Constraints

None