已合并
acts_ulq算子修改proto注释,与算子原型注释对齐 #8666
huangzhiyuan创建于 13 天前
acts_ulq算子修改proto注释,与算子原型注释对齐 #8666
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 huangzhiyuan 的贡献)13 天前 创建了 pull request,commit 478a3123
atomgit-bot
13 天前 评论:
13 天前 评论:
变更摘要
该 PR 主要更新了 quant/acts_ulq/op_graph/acts_ulq_proto.h 中 ActsULQ 算子的注册文档注释,重新描述该算子为「Activations Universal Linear Quantization」,并调整了输入、输出及属性的说明,同时补充了第三方框架兼容性与实验性限制声明。
主要改动
- 重写算子概述:将原「ActsULQ fake quantization operator for QAT」的描述改为
Activations Universal Linear Quantization,用于说明激活值的通用线性量化。 - 调整输入输出命名与说明:输入由
data、clamp_min、clamp_max改为x、clamp _min、clamp _max,输出由output改为y,并为各输入输出补充了语义描述。 - 补充兼容性与限制声明:新增
Third-party framework compatibility说明该算子兼容mindspore,并新增Restrictions提示该算子为实验性功能、请勿使用。 - 更新属性描述:
fixed_min的描述改为「fix min to zero」,num_bits的描述改为「quant bits」。


atomgit-bot
13 天前 评论:
13 天前 评论:
13 天前 添加了label:cann-cla/yes
CANN-robot
13 天前 评论:
13 天前 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
For more, you also can visit HICANN
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| */*/op_graph/*_proto.h | ✅ 王永光, 汤磊 (2/2) | ✅ 王永光, 汤磊 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
h1234515, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了75条消息 查看更多
tang-lei01
11 天前 评论:
11 天前 评论:
/approve


CANN-robot
11 天前 评论:
11 天前 评论:
The following users do not have permission to comment /lgtm or /approve on any module in this PR:
sophia1213


11 天前 添加了label:lgtm
11 天前 关闭了关联的issue
11 天前 合入了pull request
描述
acts_ulq算子修改proto注释,与算子原型注释对齐
关联的Issue
测试
文档更新
类型标签
AI/Agent生成声明