已合并
Add AdaptiveMaxPool2d #1670
huohuo_wangyan创建于 2月9日
Add AdaptiveMaxPool2d #1670
已合并
huohuo_wangyan创建于 2月9日
2月9日

描述

实现了AdaptiveMaxPool2d(二维自适应最大池化)算子。主要目的是扩展深度学习模型中的池化操作支持,新增一个能够根据动态指定的输出尺寸自动计算池化核大小,并同时输出池化结果及其在输入中索引位置的算子。该实现解决了算子库中原先缺少此功能的问题,针对Ascend 910D。

关联的Issue

https://gitcode.com/cann/ops-nn/issues/1123

测试

atk泛化测试aclnn接口

文档更新

类型标签

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 huohuo_wangyan 的贡献)
Hhuohuo_wangyan
2月9日 创建了 pull request,commit 0c725302
CANN-robotCANN-robot成员
2月9日 将gitee-yanglulu,crystalhu,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,gitcode-chenjiao,zhangyuxiang0119,wangyongguang,zhang-wu设为审查人
CANN-robot
CANN-robot成员
2月9日 评论:

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 zhou-qilong, gitcode-chenjiao, fanqirui (3/2) gitcode-chenjiao (1/1)
*/*/docs/acl*.md gitcode-chenjiao, fanqirui, zhou-qilong (3/2) gitcode-chenjiao (1/1)
*/*/op_api/*.h fanqirui, zhou-qilong, tang-lei01 (3/2) tang-lei01 (1/1)
*/*/op_host/*_def.cpp tang-lei01, fanqirui, zhou-qilong (3/2) tang-lei01 (1/1)
pooling zhangyuxiang0119, zhou-qilong, fanqirui (3/2) zhangyuxiang0119, zhou-qilong (2/1)
repo-cann/ops-nn zhou-qilong, fanqirui (2/2) zhou-qilong (1/1)
scripts zhou-qilong, fanqirui (2/2) zhou-qilong (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)
likedislike
CANN-robot
CANN-robot成员
2月9日 评论:

🔵 source code change are detected, tasks labels is removed in this pull request!

likedislike
CANN-robotCANN-robot成员
2月9日 添加了label:cann-cla/yes
此处折叠了178条消息 查看更多
CANN-robot
CANN-robot成员
2月24日 评论:

Review Guide

This pull-request passes review.
Committers who wrote a comment of /approve are: zhangyuxiang0119, gitcode-chenjiao, tang-lei01, zhou-qilong.
Reviewers who wrote a comment of /lgtm are: tang-lei01, zhangyuxiang0119, zhou-qilong, gitcode-chenjiao, fanqirui.

likedislike
CANN-robot
CANN-robot成员
2月24日 评论:

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
张喻翔张喻翔
2月24日 解决了最后一个问题
CANN-robot
CANN-robot成员
2月24日 评论:

Review Guide

This pull-request passes review.
Committers who wrote a comment of /approve are: zhou-qilong, gitcode-chenjiao, tang-lei01.
Reviewers who wrote a comment of /lgtm are: zhou-qilong, fanqirui, gitcode-chenjiao, tang-lei01.

likedislike
CANN-robotCANN-robot成员
2月24日 合入了pull request