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