Pull Request已成功合入, 合并人@CANN-robot
(感谢 shichenyu 的贡献)Hi @gcw_DS4cmz2b, welcome to submitting your first PR to ops-nn!
PR Merge Steps
1. CLA Signing
If the current PR label includes cann-cla/yes, it means you have signed the CLA and can proceed to the next step. If the label includes cann-cla/no, please sign the CLA first. If you have any questions, please refer to the FAQ.
2. CI Check
Please comment /compile to trigger the CI pipeline check. If the CI run is successful, the PR will be tagged with ci-pipeline-passed and you can proceed to the next step. If the CI run fails, the PR will be tagged with ci-pipeline-failed, please check the CI logs to fix the issues in the PR. If you have any questions, please refer to the FAQ.
3. Code Review
After CI passes, please refer to the PR Approval Progress and proactively @ the committers in the table to review the code. After approval, committers will comment /lgtm and /approve. Once the lgtm and approved labels are successfully added, the PR will be merged automatically.


/lgtm
/approve


描述
修改了index,activation,matmul,conv,foreach,optim,experimental,vfusion,hash这几个文件夹内的命名空间,将MicroAPI-->Reg
关联的Issue
多个文件夹内的算子命名空间使用的MicroAPI,应改为Reg
测试
验证方法
严格按四步流程,逐算子验证:
平台:ascend950,编译参数:--soc=ascend950 --ops=
验证替换前后 binary 产物 MD5 完全一致。
冒烟,代码审查均通过
文档更新
类型标签
AI/Agent生成声明