inadob commented on a change in pull request #4926: 
[TFLITE][FRONTEND]Reduce_any op parsing support
URL: https://github.com/apache/incubator-tvm/pull/4926#discussion_r387098200
 
 

 ##########
 File path: tests/python/frontend/tflite/test_forward.py
 ##########
 @@ -1152,6 +1165,8 @@ def test_all_reduce():
     _test_forward_reduce_quantized(_test_reduce_mean)
     _test_forward_reduce(_test_reduce_prod)
     _test_forward_reduce(_test_reduce_sum)
+    if package_version.parse(tf.VERSION) >= package_version.parse('1.14.0'):
 
 Review comment:
   Support for boolean data type was added in tf 1.15 so, please, change the 
check 

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

Reply via email to