-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Tflite frontend needs to use zero point of input tensor while lowering qnn.conv2d for padding #4824
Comments
Nice suggestion! We won't do similar things before. For some critical patches, we should port it back to our previous releases (like 0.6 mentioned here). I come up with two suggestions:
|
Let us mark the related PRs with [NEED-BACKPORT] tag, and then we can backport to the related branches |
[NEED-BACKPORT-0.6] ? since there's no way of reporting what issues affect what versions in github issues ? This is probably worth a discuss post, however I'll say my piece here in response to the comment about point releases. Releasing from a release branch is the next step in my opinion. The first set of steps towards this are to:
My 2 cents. |
@u99127 perhaps we can open a discuss thread on the forum. I agree with most of your points :) |
The Tflite frontend ignores the zero point for input tensors when creating a separate pad operation while lowering quantized convolutions.
This is fixed by PR #4807 and the tests broken by that are fixed #4816
This also affects the 0.6 branch since the support for this landed before the 0.6 release was cut and the fix might need to be backported to the 0.6 branch.
The text was updated successfully, but these errors were encountered: