已关闭
[Documentation|文档反馈]: https://gitcode.com/cann/ops-nn/pull/4238 #2344
第一章创建于  4月27日关闭于  4月28日
第一章
第一章成员
4月27日 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Document Link(文档链接)

pooling/adaptive_avg_pool3d/docs/aclnnAdaptiveAvgPool3d.md

Issues Section(问题文档片段)

 <tbody>	 
   <tr>	 
     <td>ACLNN_ERR_PARAM_NULLPTR</td>	 
     <td>161001</td>	 
     <td>传入的self、outputSize或out是空指针。</td>	 
   </tr>	 
   <tr>	 
     <td rowspan="7">ACLNN_ERR_PARAM_INVALID</td>	 
     <td rowspan="7">161002</td>	 
     <td>self的数据类型和数据格式不在支持的范围之内。</td>	 
   </tr>	 
   <tr>	 
     <td>self和out数据类型不一致。</td>	 
   </tr>	 
   <tr>	 
     <td>self的维度不等于4或5。</td>	 
   </tr>	 
   <tr>	 
     <td>self或out的shape的某一维不大于0。</td>	 
   </tr>	 
   <tr>	 
     <td>outputSize长度不为3。</td>

Existing Issues(存在的问题)

pooling/adaptive_avg_pool3d/docs/aclnnAdaptiveAvgPool3d.md

likedislike
oscillatedoscillated成员
4月27日 将 Chapterone 设为负责人
Sshenchengzong成员
4月27日 关联了pull request:kernel拆分group场景适配
Sshenchengzong成员
4月27日 删除了关联的pull request:kernel拆分group场景适配
CANN-robotCANN-robot成员
4月28日 关闭了 issue
CANN-robotCANN-robot成员
4月28日 添加了label:resolved