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