-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Infer Symbolic Shape BUAA No.21】dequantize_abs_max #66570
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@@ -182,6 +182,16 @@ bool Conv3dOpInferSymbolicShape(pir::Operation *op, | |||
return Conv2dOpInferSymbolicShape(op, infer_context); | |||
} | |||
|
|||
bool DequantizeAbsMaxOpInferSymbolicShape( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我刚刚看了一下好像维度也是一样的,已重新提交。
test_dequantize_abs_max_op.py 中已包含OpTest单测,self.check_output() 中 check_dygraph / check_pir 默认关闭,申请approve coverage 流水线 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Category
CINN
PR Types
Improvements
Description
添加
dequantize_abs_max
算子符号推导接口实现。