blackkker commented on code in PR #12145:
URL: https://github.com/apache/tvm/pull/12145#discussion_r931719456
##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -933,9 +933,24 @@ def representative_data_gen():
is_float_output=True,
int_quant_dtype=int_quant_dtype,
)
+ # TFLite.Model.Model has changed to TFLite.Model from 1.14 to 2.1
+ try:
Review Comment:
I will focus on it. Remove it later when relevant PR is merged by myself.
--
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]