-
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
[Relay][Frontend][TFlite] Add support for quantized LOGISTIC #4696
Conversation
@anijain2305 @FrozenGene, can you please check this patch |
LGTM Ramana |
ping for an approving review ? @FrozenGene @anijain2305. |
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.
Sorry for such a late review. LGTM.
@FrozenGene @u99127 I think we are converging on keeping FP32 softmax for now. I think, once Ina addresses the comments, we can get this PR in.
@inadob Please rebase |
* add qnn implementation * add qnn test case for qnn logistic
Thanks @inadob @anijain2305 @u99127 This is merged. |
…4696) * [Relay][Frontend][TFlite] Add support for quantized LOGISTIC * add qnn implementation * add qnn test case for qnn logistic * Helper functions for quantize and dequantize.
…4696) * [Relay][Frontend][TFlite] Add support for quantized LOGISTIC * add qnn implementation * add qnn test case for qnn logistic * Helper functions for quantize and dequantize.
…4696) * [Relay][Frontend][TFlite] Add support for quantized LOGISTIC * add qnn implementation * add qnn test case for qnn logistic * Helper functions for quantize and dequantize.
…4696) * [Relay][Frontend][TFlite] Add support for quantized LOGISTIC * add qnn implementation * add qnn test case for qnn logistic * Helper functions for quantize and dequantize.
This patch is built on top of two pending PRs: #4789 and #4805 (only 70dfaf6)