anijain2305 commented on a change in pull request #4282: Add test for the
qnn_add operator
URL: https://github.com/apache/incubator-tvm/pull/4282#discussion_r344305651
##########
File path: tests/python/frontend/tflite/test_forward.py
##########
@@ -624,17 +661,23 @@ def _test_greater(data):
""" One iteration of greater """
return _test_elemwise(math_ops.greater, data)
-def _test_forward_elemwise(testop):
+def _test_forward_elemwise(testop, quantized=False):
Review comment:
Do you think it will be cleaner if we have separate function
_test_forward_elemwise_quantized
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services