AndrewZhaoLuo commented on code in PR #12145:
URL: https://github.com/apache/tvm/pull/12145#discussion_r931438096


##########
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:
   Can you add a TODO to remove this when the relevant PR is merged (put a link 
to it)



-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to