获取可写的原始shape。
Shape &MutableOriginShape()
无。
可写的原始shape。
StorageShape shape({3, 256, 256}, {256, 256, 3}); auto origin_shape = shape.MutableOriginShape(); // 3,256,256