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

[TFLite] Quantized unary elemwise ops #10566

Merged
merged 2 commits into from
Mar 14, 2022
Merged

Conversation

leeexyz
Copy link
Contributor

@leeexyz leeexyz commented Mar 10, 2022

Hi All,

I am using TFLite frontend to parse some nets, but hit the unsupported quantized exp.

Apparently, it supports the quantized unary element-wise operators. I found this tracking issue and then I deleted the assert and re-orginized the tests accordingly. (ceil, floor, round, exp, log, tan, cos).

I also found the version check here that is not correct. I cannot find the exact version, so I just leave it where it is. In addition, for tan, it still failed in the test.

@lhutton1
Copy link
Contributor

Thanks @leeexyz! cc @leandron who created the tracking issue

Copy link
Contributor

@leandron leandron left a comment

Choose a reason for hiding this comment

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

LGTM - Thanks for adding this @leeexyz!

@leandron leandron merged commit 8bddaab into apache:main Mar 14, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
* [TFLite] Quantized unary elemwise ops

* fix cos
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.

3 participants