| 修复rotatequant算子数据类型问题\修复rotatequant算子example双重释放问题 Co-authored-by: 张卓然<zhangzhuoran3@huawei.com> # message auto-generated for no-merge-commit merge: !7084 merge fixrotatequant into master 修复rotatequant算子数据类型问题\修复rotatequant算子example双重释放问题 Created-by: zhangzhuoran3 Commit-by: 张卓然 Merged-by: cann-robot Description: ## 描述 将const int32_t* pDstDtype = attrs->GetAttrPointer<int32_t>(ATTR_INDEX_DST_TYPE);中的int32_t改为int64_t。 删除rotatequant算子中example中多余的资源释放 ## 关联的Issue [#3686](https://gitcode.com/cann/ops-nn/issues/3686) ## 测试 已经本地泛化测试验证修改没有影响到算子的功能 ## 文档更新 无 ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: ## AI/Agent生成声明 <!-- [x] 表示选中 --> - [ ] AI辅助编写 See merge request: cann/ops-nn!7084 | 1 天前 |