-
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
[cherry-pick] Fix quantize model deploy bug in MKLDNN #47119
[cherry-pick] Fix quantize model deploy bug in MKLDNN #47119
Conversation
* fix immutable op quantize bugs * fix * fix build bug * fix test * notest,test=inference * fix ppyoloe acc drop bugs * fix test * fix test * add test * fix * fix * fix test * fix refined name bug * fix test * bias fix * fix matmul weight dequant bug * re-ci * fix tester * fix test * fix tester * update weight dequantize func * update code * update test for converage * update test * update cmake * update cmakelist * update code * rerun ci * remove useless code
你的PR提交成功,感谢你对开源项目的贡献! |
✅ This PR's description meets the template requirements! |
paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass.cc
Outdated
Show resolved
Hide resolved
paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass.cc
Outdated
Show resolved
Hide resolved
paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass.cc
Outdated
Show resolved
Hide resolved
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 types
Performance optimization
PR changes
OPs
Describe
refs #45920