已合并
nn仓新增deformable_offsets_grad算子实现 #2357
nn仓新增deformable_offsets_grad算子实现 #2357
已合并
xxxzh创建于 3月5日
xxxzh
xxxzh成员
3月5日

描述

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

类型标签

  • Bug修复
  • 新特性
  • 性能优化
  • 文档更新
  • 其他,请描述:
likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 xxxzh 的贡献)
xxxzhxxxzh成员
3月5日 创建了 pull request,commit 7209f309
此处折叠了75条消息 查看更多
CANN-robot
CANN-robot成员
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.

likedislike
CANN-robot
CANN-robot成员
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.

likedislike
Hhexinhui成员
3月17日 解决了最后一个问题
CANN-robot
CANN-robot成员
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.

likedislike
CANN-robotCANN-robot成员
3月17日 合入了pull request