Skip to content

[TFLite] Quantized unary elemwise ops#10566

Merged
leandron merged 2 commits into
apache:mainfrom
leeexyz:tflite_dev
Mar 14, 2022
Merged

[TFLite] Quantized unary elemwise ops#10566
leandron merged 2 commits into
apache:mainfrom
leeexyz:tflite_dev

Conversation

@leeexyz

@leeexyz leeexyz commented Mar 10, 2022

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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

@leandron leandron left a comment

Copy link
Copy Markdown
Contributor

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