SetOutput
函数功能
设置指定index的output的tensor。该函数供Proc调用。
函数原型
1 | int32_t SetOutput(uint32_t outIdx, std::shared_ptr<FlowMsg> outMsg)  | 
参数说明
参数名  | 
输入/输出  | 
描述  | 
|---|---|---|
outIdx  | 
输入  | 
指定输出的index。  | 
outMsg  | 
输入  | 
指定输出的Msg。  | 
返回值
- 0:SUCCESS。
 - other:FAILED,具体请参考错误码。
 
异常处理
无。
约束说明
无。
父主题: MetaContext类