Pull Request已成功合入, 合并人@CANN-robot
(感谢 warming 的贡献)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 |
|---|---|---|
| */*/op_graph/*_proto.h | ✅ zhou-qilong, wangyongguang (2/2) | ✅ wangyongguang (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!


代码结构与可维护性: 文档注释中提到'The supported data formats are NCDHW and NCHW',但NCHW是4D格式(Batch, Channels, Height, Width),而AdaptiveMaxPool3d是3D操作,通常使用NCDHW格式(Batch, Channels, Depth, Height, Width)。NCHW格式可能不适用于3D池化,这可能是文档错误。
问题类型: 代码结构与可维护性
文件路径: pooling/adaptive_max_pool3d/op_graph/adaptive_max_pool3d_proto.h
行号: 25
问题代码:
* The supported data formats are NCDHW and NCHW.
修改建议:
核实操作实际支持的数据格式。如果仅支持NCDHW,则删除'NCHW';如果确实支持某种NCHW的变体(如将深度维度视为1),请在注释中明确说明。
此评论由代码审查工具自动生成


流水线任务触发成功 [流水线指导]
任务链接 [dc081fd9b5b64c40aacc814209f435bb]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| UT_Test_ophost | ✅ SUCCESS | ||
| UT_Test_opapi | ✅ SUCCESS | ||
| UT_Test_kernel | ✅ SUCCESS | ||
| UT_Test_opgraph | ✅ SUCCESS | ||
| Smoke_A900 | ✅ SUCCESS | >>>>> | >>>>> |
[2026-02-04 18:55:01] CI执行结束


/lgtm


/approve
/lgtm


/lgtm


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
sophia1213, zhangyuxiang0119


Review Guide
This Pull-Request Passes Review.
Committers who wrote a comment of /approve are: wangyongguang.
Reviewers who wrote a comment of /lgtm are: wangyongguang, zhou-qilong.


描述
修改AdaptiveMaxPool3d原型库注释,完善支持数据格式说明和属性说明
关联的Issue
关联Issue #804