blackkker commented on code in PR #12028:
URL: https://github.com/apache/tvm/pull/12028#discussion_r916460595


##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -2234,16 +2234,28 @@ def __test_elemwise(in_data):
                 out = math_op(inq_data[0], inq_data[1])
                 out = with_fused_activation_function(out, 
fused_activation_function)
 
-            # Note same_qnn_params uses experimental_new_converter as toco 
failed
-            compare_tflite_with_tvm(
-                [x[1] for x in zip(in_data, data) if x[0] is not None],
-                [x + ":0" for x in input_range.keys()],
-                [x[1] for x in zip(in_data, inq_data) if x[0] is not None],
-                [out],
-                quantized=True,
-                input_range=input_range,
-                experimental_new_converter=same_qnn_params,
-            )
+                compare_tflite_with_tvm(

Review Comment:
   Restore lines deleted by accident



-- 
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]

Reply via email to