Pull Request已成功合入, 合并人@CANN-robot
(感谢 huohuo_wangyan 的贡献)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
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


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


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.


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.


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.


描述
实现了AdaptiveMaxPool2d(二维自适应最大池化)算子。主要目的是扩展深度学习模型中的池化操作支持,新增一个能够根据动态指定的输出尺寸自动计算池化核大小,并同时输出池化结果及其在输入中索引位置的算子。该实现解决了算子库中原先缺少此功能的问题,针对Ascend 910D。
关联的Issue
https://gitcode.com/cann/ops-nn/issues/1123
测试
atk泛化测试aclnn接口
文档更新
类型标签