获取运行时shape
const Shape &GetStorageShape() const
无。
运行时shape
StorageShape shape({3, 256, 256}, {256, 256, 3}); auto storage_shape = shape.GetStorageShape(); // 256,256,3