tristan-arm commented on a change in pull request #4339: Added tflite frontend support for quantized mean URL: https://github.com/apache/incubator-tvm/pull/4339#discussion_r347878384
########## File path: tests/python/frontend/tflite/test_forward.py ########## @@ -710,16 +710,23 @@ def test_forward_zeros_like(): # Reduce # ------ -def _test_reduce(math_op, data, keep_dims=None): +def _test_reduce(math_op, data, keep_dims=None, quantized=False): Review comment: > Suggest breaking into two functions. Another is _test_reduce_quantize Done ---------------------------------------------------------------- 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
