GetStorageShape 函数功能获取运行时shape。 函数原型1const Shape &GetStorageShape() const 参数说明无。 返回值说明运行时shape。 约束说明无。 调用示例1 2StorageShape shape({3, 256, 256}, {256, 256, 3}); auto storage_shape = shape.GetStorageShape(); // 256,256,3 父主题: StorageShape