Skip to content
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

Quantized TANH operator support in TF Lite Frontend #8024

Merged
merged 1 commit into from
May 20, 2021

Conversation

NicolaLancellotti
Copy link

Currently, the TANH operator with quantized input and output tensors is lowered to
tanh without any prior dequantization and posterior quantization.
This pr adds the dequantization and quantization operators to the lowering of TANH.

@NicolaLancellotti
Copy link
Author

Please, can you review? @mbaret @manupa-arm

Copy link
Contributor

@manupak manupak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@d-smirnov d-smirnov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Legitimate

@mbaret
Copy link
Contributor

mbaret commented May 19, 2021

Could you re-trigger the CI? It's been very flaky lately.

Change-Id: I70df765e1562fa586ed0ffd0e07b8858f7fbb831
@mbaret
Copy link
Contributor

mbaret commented May 20, 2021

Thanks @NicolaLancellotti @manupa-arm @d-smirnov this is now merged.

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 17, 2021
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jun 17, 2021
@NicolaLancellotti NicolaLancellotti deleted the TFLite/TANH branch May 25, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants