masahi commented on code in PR #11620:
URL: https://github.com/apache/tvm/pull/11620#discussion_r894021468
##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -2127,7 +2127,10 @@ def test_all_unary_elemwise():
if tf.__version__ < LooseVersion("2.6.1"):
_test_forward_unary_elemwise(_test_rsqrt, negative=False,
int_quant_dtype=tf.uint8)
else:
- _test_forward_unary_elemwise(_test_rsqrt, negative=False,
int_quant_dtype=tf.int8)
+ # This test is flaky, see https://github.com/apache/tvm/issues/11567
Review Comment:
done
--
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]