You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/28 02:09:30 UTC

[GitHub] [tvm] blackkker commented on a diff in pull request #12145: [TFLite] Fix _test_tflite2_quantized_depthwise_convolution is unused

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

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