Tensor *GetOutput(int index) noexcept;

函数功能

获取指定索引位置的输出张量。

函数原型

Tensor *GetOutput(int index) noexcept;

参数说明

参数名

输入/输出

说明

index

输入

对应layer输出索引位置。

返回值说明