获取原始shape。
const Shape &GetShape() const
无。
原始shape。
StorageShape shape({3, 256, 256}, {256, 256, 3}); auto origin_shape = shape.GetShape(); // 3,256,256