leandron commented on code in PR #10915:
URL: https://github.com/apache/tvm/pull/10915#discussion_r875004177
##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -4572,6 +4650,47 @@ def test_forward_tflite_float16():
tvm.testing.assert_allclose(tvm_sorted_labels, tflite_sorted_labels)
+def test_forward_tflite_mobilenet_int16():
+ """Test int16 quantized model"""
+ # MobilenetV2
+ tflite_model_file = tf_testing.get_workload_official(
Review Comment:
Correct, I actually simplified a bit the term overloading by making it now
`model_file` and `test_forward_mobilenet_int16` as they are already part of the
TFLite frontend 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]