-
Notifications
You must be signed in to change notification settings - Fork 97
Implement ONNX export for fake_quantize_per_*_affine
#2696
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
Implement ONNX export for fake_quantize_per_*_affine
#2696
Conversation
|
@microsoft-github-policy-service agree |
82f3844 to
9288439
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2696 +/- ##
==========================================
+ Coverage 70.04% 70.10% +0.05%
==========================================
Files 226 226
Lines 27177 27221 +44
Branches 2734 2747 +13
==========================================
+ Hits 19036 19083 +47
+ Misses 7197 7192 -5
- Partials 944 946 +2 ☔ View full report in Codecov by Sentry. |
160320e to
92d0b73
Compare
|
I originally wanted to add the I think this PR should be mostly ready now, unless I missed something. |
92d0b73 to
ae22c2f
Compare
|
Thanks! |
See pytorch/pytorch#167063.
The tests in this PR rely on pytorch/pytorch#167465.