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 2019/11/19 11:47:23 UTC

[GitHub] [incubator-tvm] tristan-arm commented on a change in pull request #4339: Added tflite frontend support for quantized mean

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:
users@infra.apache.org


With regards,
Apache Git Services