def get_output(self: ascendie.Network, arg0: int) -> ascendie.Tensor 函数功能获取给定索引指定的输出张量。 函数原型get_output(self: ascendie.Network, arg0: int) -> ascendie.Tensor 约束说明index必须在索引范围之内。 参数说明 参数名 参数类型 输入/输出 说明 index int 输入 输出张量的索引。这里的int对应C++中的int32_t。 父主题: class ascendie.Network