已关闭
[Documentation|文档反馈]: 【文档易用性】修改属性初始值 #5416
yejiani创建于  6 天前关闭于  6 天前
yejiani
6 天前 创建

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

Document Link(文档链接)

conv/convolution_forward/docs/aclnnConvolution.md

Issues Section(问题文档片段)

convStrides = {1, 1, 1, 1};
convPads = {0, 0, 0, 0};
convOutPads = {0, 0, 0, 0};
convDilations = {1, 1, 1, 1};

Existing Issues(存在的问题)

convStrides、convPads等属性在后续aclCreateIntArray(xxx, 2)取值时只取了前两维,但数组却声明为4维,与文档"数组长度需等于input维度减2"的约束形式不符,容易误导读者

likedislike
yejiani
6 天前 评论:

/assign

likedislike
CANN-robotCANN-robot成员
6 天前 将 yejiani 设为负责人
CANN-robotCANN-robot成员
6 天前 关闭了 issue
CANN-robotCANN-robot成员
6 天前 添加了label:resolved