获得模型输出的对应Tensor的数据shape信息。
1
output_shape(index: int)
参数名
类型
说明
index
int
模型输出的索引(第index个输出)。
返回对应输出的Tensor的shape信息,List[int]类型。