已合并
新增ScatterNdMax/ScatterNdMin算子 #3899
z30075199创建于 4月16日
新增ScatterNdMax/ScatterNdMin算子 #3899
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 z30075199 的贡献)CANN-robot
4月16日 评论:
4月16日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| */*/README.md | ✅ 陈娇, 杨阳, 刘波 (3/2) | ✅ 陈娇 (1/1) |
| */*/op_graph/*_proto.h | ✅ 王永光, 刘波, 杨阳 (3/2) | ✅ 王永光 (1/1) |
| */*/op_host/*_def.cpp | ✅ 王永光, 杨阳, 刘波 (3/2) | ✅ 王永光 (1/1) |
| docs | ✅ 刘波, 杨阳 (2/2) | ✅ 刘波 (1/1) |
| index | ✅ 王永光, 刘波, 杨阳 (3/2) | ✅ 王永光, 刘波 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
z30075199, thanks for your pull request. All authors of the commits have signed the CLA. 👍


4月16日 添加了label:cann-cla/yes
4月16日 将chenfeng61,FelixTang7,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为评审人
4月16日 将chenfeng61,FelixTang7,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为评审人
4月16日 将chenfeng61,FelixTang7,crystalhu,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为审查人
4月16日 将chenfeng61,FelixTang7,crystalhu,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为审查人
此处折叠了182条消息 查看更多
CANN-robot
5月28日 评论:
5月28日 评论:
The MR can not be merged, because of CodeReview discussion not resolved
If you want to solve this problem, you can click here to do it in the FAQs.


5月28日 合入了pull request
描述
新增ScatterNdMax/ScatterNdMin算子
scatter_nd_max:根据indices在给定变量内,在updates和单个值或切片之间求最大值
scatter_nd_min:根据indices在给定变量内,在updates和单个值或切片之间求最小值
关联的Issue
https://gitcode.com/cann/ops-nn/issues/2919
测试
测试泛化用例200条,功能精度达标
文档更新
类型标签