已合并
新增IFMR(Input Feature Map Reconstruction)算子 #2153
fujun19创建于 2月27日
新增IFMR(Input Feature Map Reconstruction)算子 #2153
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 fujun19 的贡献)CANN-robot
2月27日 评论:
2月27日 评论:
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 | ✅ gitee-yanglulu, fanqirui, gitcode-chenjiao, wuyao51511 (4/2) | ✅ gitcode-chenjiao, wuyao51511 (2/1) |
| */*/op_graph/*_proto.h | ✅ wangyongguang, fanqirui (2/2) | ✅ wangyongguang (1/1) |
| */*/op_host/*_def.cpp | ✅ wangyongguang, fanqirui (2/2) | ✅ wangyongguang (1/1) |
| docs | ✅ liubo75, fanqirui (2/2) | ✅ liubo75 (1/1) |
| quant | ✅ wangyongguang, liubo75, fanqirui (3/2) | ✅ wangyongguang, liubo75 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


2月27日 将sxb154714,gitee-yanglulu,crystalhu,fanqirui,zhou-qilong,zhajianqing123,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,wangyongguang,zhang-wu设为评审人
2月27日 将sxb154714,gitee-yanglulu,crystalhu,fanqirui,zhou-qilong,zhajianqing123,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,wangyongguang,zhang-wu设为评审人
2月27日 将sxb154714,gitee-yanglulu,crystalhu,zhou-qilong,zhajianqing123,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,wangyongguang,zhang-wu设为审查人
2月27日 将sxb154714,gitee-yanglulu,crystalhu,zhou-qilong,zhajianqing123,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,wangyongguang,zhang-wu设为审查人
2月27日 添加了label:cann-cla/yes
此处折叠了391条消息 查看更多
3月4日 解决了最后一个问题
CANN-robot
3月4日 评论:
3月4日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: wangyongguang, liubo75, chenqi317, gitcode-chenjiao, wuyao51511.
Reviewers who wrote a comment of /lgtm are: gitcode-chenjiao, wuyao51511, chenqi317, gitee-yanglulu, wangyongguang, liubo75, fanqirui.


3月4日 关闭了关联的issue
3月4日 合入了pull request
描述
新增IFMR算子,该算子功能为输入特征图重建的量化方法,支持Ascend950 PR/Ascend 950DT产品形态
关联的Issue
#1234
测试
bash build.sh --pkg --ops=ifmr 构建编译成功
bash build.sh -u --ophost --ops=ifmr 编译运行ut用例通过
文档更新
新增了quant/ifmr/README.md介绍该算子相关功能及使用方法
更新了docs/zh/op_list.md中quant/ifmr算子
类型标签