已关闭
[Documentation|文档反馈]: AntiMxQuant&MxToBlockMxQuant算子Aclnn文档存在不规范地方 #5287
pyongq创建于 15 天前关闭于 15 天前
pyongq
15 天前 评论:
15 天前 评论:
/assign


15 天前 将 pyq17870581669 设为负责人
15 天前 修改了issue 的描述
15 天前 关联了pull request:modify anti_mx_quant & mx_to_block_mx_quant aclnn docs
15 天前 关闭了 issue
15 天前 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Document Link(文档链接)
https://gitcode.com/cann/ops-nn/blob/master/quant/anti_mx_quant/docs/aclnnAntiMxQuant.md
https://gitcode.com/cann/ops-nn/blob/master/quant/mx_to_block_mx_quant/docs/aclnnMxToBlockMxQuant.md
Issues Section(问题文档片段)
1 - 其中 sf 是缩放因子,由输入mxscale提供;bias是指数位的偏移,对于FLOAT8_E8M0格式,bias=127;Xq是量化得到的FLOAT4/FLOAT8张量;Xdq 是反量化得到的FLOAT16/BFLOAT16/FLOAT32张量。
2 FLOAT8支持非连续,FLOAT4不支持非连续
3
Existing Issues(存在的问题)