已合并
nn仓新增deformable_offsets_grad算子实现 #2357
xxxzh创建于 3月5日
nn仓新增deformable_offsets_grad算子实现 #2357
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 xxxzh 的贡献)此处折叠了75条消息 查看更多
CANN-robot
3月17日 评论:
3月17日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: zhangyuxiang0119, zhouwenfang, wangyongguang, chenqi317, lileizheng.
Reviewers who wrote a comment of /lgtm are: lileizheng, zhouwenfang, wangyongguang, zhangyuxiang0119, chenqi317.


CANN-robot
3月17日 评论:
3月17日 评论:
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.


CANN-robot
3月17日 评论:
3月17日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: zhouwenfang, wangyongguang, zhangyuxiang0119, chenqi317, lileizheng.
Reviewers who wrote a comment of /lgtm are: lileizheng, zhangyuxiang0119, chenqi317, zhouwenfang, wangyongguang.


3月17日 合入了pull request
描述
nn仓新增deformable_offsets_grad算子实现,原来存在于ops-cv仓,用来补齐DeformableConv2dBackward算子能力(deformable_offsets_grad+Conv2dBackward)
算子功能:
DeformableOffsets算子的目的是根据offsets(kernel采样点的偏移值)来收集用于卷积的特征采样点,并对其进行重组,方便Conv2d算子进行卷积计算。而DeformableOffsetsGrad即为这一过程的反向。
关联的Issue
https://gitcode.com/cann/ops-nn/issues/1332
测试
deformable_offsets_grad算子UT通过,examples执行通过
文档更新
新增了deformable_offsets_grad算子README
类型标签