已关闭
[Bug-Report|缺陷反馈]: 修正 AvgPool1DAvgMatrix format 说明并清理 Bucketize 示例 #4264
zhaowenrui创建于 7月23日关闭于 7月23日
zhaowenrui
7月23日 评论:
7月23日 评论:
/assign


7月23日 将 zhaowenrui666 设为负责人
7月23日 修改标题为 “[Bug-Report|缺陷反馈]: 修正 AvgPool1DAvgMatrix format 说明并清理 Bucketize 示例”,原标题为“[Bug-Report|缺陷反馈]: Fix AvgPool1DAvgMatrix proto format description and Bucketize example cleanup”
7月23日 修改标题为 “[Bug-Report|缺陷反馈]: 修正 AvgPool1DAvgMatrix format 说明并清理 Bucketize 示例”,原标题为“[Bug-Report|缺陷反馈]: Fix AvgPool1DAvgMatrix proto format description and Bucketize example cleanup”
7月23日 修改了issue 的描述
7月23日 关闭了 issue
7月23日 添加了label:resolved
Describe the current behavior / 问题描述 (Mandatory / 必填)
迁仓检视过程中发现以下两处问题:
kExpectedBucket常量,但该常量未被使用,属于冗余代码。Environment / 环境信息 (Mandatory / 必填)
仓库:cann/ops-nn
分支:master
涉及文件:
pooling/avg_pool1d_avg_matrix/op_graph/avg_pool1d_avg_matrix_proto.hindex/bucketize/examples/test_geir_bucketize.cppSteps to reproduce the issue / 重现步骤 (Mandatory / 必填)
pooling/avg_pool1d_avg_matrix/op_graph/avg_pool1d_avg_matrix_proto.h中的输入 format 注释。pooling/avg_pool1d_avg_matrix/op_kernel_aicpu/avg_pool1d_avg_matrix_aicpu.cpp和 README 中的支持格式。index/bucketize/examples/test_geir_bucketize.cpp,可发现kExpectedBucket未被使用。Describe the expected behavior / 预期结果 (Mandatory / 必填)
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
关联 PR:https://gitcode.com/cann/ops-nn/merge_requests/7852
PR 中已完成以下验证:
pre-commit检查通过。bucketize graph cust用例运行通过。CUSTAICPUKernel、libnn_aicpu_kernels.so和InitAicpuTask node[bucketize]。Special notes for this issue/备注 (Optional / 选填)
该 Issue 用于关联和跟踪 PR !7852 的迁仓检视整改。