def retrieve_output_index_to_numpy(self, index)

函数功能

将指定索引的输出转化成numpy形式。

函数原型

def retrieve_output_index_to_numpy(self, index)

约束说明

index值大于或等于0。

参数说明

参数名

参数类型

输入/输出

说明

index

Int

输入

表示输出索引。

返回值

返回numpy格式的特定索引的输出