mbaret commented on a change in pull request #5474:
URL: https://github.com/apache/incubator-tvm/pull/5474#discussion_r417383328
##########
File path: tests/python/frontend/tflite/test_forward.py
##########
@@ -1896,6 +1896,41 @@ def test_forward_mediapipe_hand_landmark():
tvm.testing.assert_allclose(np.squeeze(tvm_output[i]),
np.squeeze(tflite_output[i]),
rtol=1e-5, atol=1e-5)
+#######################################################################
Review comment:
I think this should be moved so it's with the other element-wise tests
and we keep the order the tests are run in the same as the order they appear in
the file.
----------------------------------------------------------------
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]