AICANN Kit(CANN异构计算框架服务)AscendC算子开发AscendC算子接口基础数据结构和接口gert命名空间StorageShapeMutableStorageShape本页总览MutableStorageShape 函数功能 获取可写的运行时shape。 函数原型 Shape &MutableStorageShape() 参数说明 无 返回值 可写的运行时shape。 约束说明 无 调用示例 StorageShape shape({3, 256, 256}, {256, 256, 3});auto storage_shape = shape.MutableStorageShape(); // 256,256,3