已关闭
[Documentation|文档反馈]: aclnnCalculateMatmulWeightSize算子文档参数数据类型不正确,存在误导可能 #1828
shiyancong创建于  6月3日关闭于  6月3日
shiyancong
shiyancong
6月3日 创建

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

一、文档链接 (必填)

https://gitcode.com/cann/ops-math/blob/master/conversion/trans_data/docs/aclnnCalculateMatmulWeightSize.md
https://gitcode.com/cann/ops-math/blob/master/conversion/trans_data/docs/aclnnCalculateMatmulWeightSizeV2.md

二、问题文档片段 (必填)

参数名 输入/输出 描述 使用说明 数据类型 数据格式 维度(shape) 非连续Tensor
tensorShape(aclIntArray *) 输入 用于表达该次Matmul载入权重矩阵的Shape,公式中的Shapesize。 输入shape支持2-6维,即(batch,n,k),其中batch表示权重矩阵的批次大小,支持0-4维,n表示单个batch权重矩阵第1维的大小,k表示单个batch权重矩阵第2维的大小,不支持空Array。 FLOAT16、BFLOAT16、INT8 - 2-6 -

💡 存在的问题(选填)
参数类型不正确

likedislike
HKFLYE
HKFLYE
6月3日 评论:

已收到反馈,会尽快修改

likedislike
HKFLYEHKFLYE
6月3日 关联了pull request:aclnnCalculateMatmulWeightSize接口描述文档参数描述错误修复
CANN-robotCANN-robot成员
6月3日 关闭了 issue
CANN-robotCANN-robot成员
6月3日 添加了label:resolved