MutableStorageShape 函数功能获取可写的运行时shape。 函数原型Shape &MutableStorageShape() 参数说明无。 返回值说明可写的运行时shape。 约束说明无。 调用示例StorageShape shape({3, 256, 256}, {256, 256, 3}); auto storage_shape = shape.MutableStorageShape(); // 256,256,3 父主题: StorageShape