Proc
函数功能
用户自定义flow func的处理函数。
函数原型
int32_t Proc(const std::vector<std::shared_ptr<FlowMsg>> &inputMsgs)
参数说明
参数名 |
输入/输出 |
描述 |
---|---|---|
inputMsgs |
输入 |
算子的输入参数列表。 |
返回值
- 0:SUCCESS。
- other:FAILED,具体请参考udfrefc_23_00156.html。
异常处理
如果有不可恢复的异常信息发生,返回ERROR;其他情况则调用SetRetcode设置输出tensor的错误码。如果返回SUCCESS,调度会终止。
约束说明
无。
父主题: MetaFlowFunc类