dchauhan-arm commented on code in PR #11519:
URL: https://github.com/apache/tvm/pull/11519#discussion_r889995981


##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -2486,9 +2492,9 @@ def test_all_elemwise():
     _test_forward_elemwise_quantized(_test_maximum)
     _test_forward_elemwise(_test_minimum)
     _test_forward_elemwise_quantized(_test_minimum)
-    _test_forward_elemwise(_test_greater)
     _test_forward_elemwise(_test_squared_difference)
     _test_forward_elemwise(_test_greater_equal)
+    _test_forward_elemwise(_test_greater)

Review Comment:
   That is correct, got a patch in the pipes to get that in, a couple functions 
need tweaking for comparison operators like these.



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