leeexyz opened a new pull request #10566: URL: https://github.com/apache/tvm/pull/10566
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](https://github.com/apache/tvm/issues/9187) 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](https://github.com/apache/tvm/blob/201a58448fe8a4f8160afd03b86ff5ff7c1360e4/tests/python/frontend/tflite/test_forward.py#L3452) 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
