Proc

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

Defines the user-defined FlowFunc processing function.

Prototype

1
int32_t Proc(const std::vector<std::shared_ptr<FlowMsg>> &inputMsgs)

Command-Line Options

Parameter

Input/Output

Description

inputMsgs

Input

Input parameter list of the operator.

Returns

Troubleshooting

If an unrecoverable exception occurs, ERROR is returned. In other cases, call SetRetcode to set the error code of the output tensor. If SUCCESS is returned, the scheduling is terminated.

Constraints

None