[Relay][Frontend][TFlite] Add support for quantized LOGISTIC - #4696
Merged
Conversation
Contributor
Author
|
@anijain2305 @FrozenGene, can you please check this patch |
LGTM Ramana |
|
ping for an approving review ? @FrozenGene @anijain2305. |
FrozenGene
reviewed
Feb 3, 2020
anijain2305
approved these changes
Feb 3, 2020
anijain2305
left a comment
Contributor
There was a problem hiding this comment.
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.
Contributor
|
@inadob Please rebase |
Member
* add qnn implementation * add qnn test case for qnn logistic
FrozenGene
approved these changes
Feb 7, 2020
Member
|
Thanks @inadob @anijain2305 @u99127 This is merged. |
anijain2305
pushed a commit
to anijain2305/tvm
that referenced
this pull request
Feb 10, 2020
…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.
alexwong
pushed a commit
to alexwong/tvm
that referenced
this pull request
Feb 26, 2020
…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.
alexwong
pushed a commit
to alexwong/tvm
that referenced
this pull request
Feb 28, 2020
…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.
zhiics
pushed a commit
to neo-ai/tvm
that referenced
this pull request
Mar 2, 2020
…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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch is built on top of two pending PRs: #4789 and #4805 (only 70dfaf6)