leandron commented on code in PR #12042:
URL: https://github.com/apache/tvm/pull/12042#discussion_r1018973953


##########
tests/python/contrib/test_ethosn/test_convert_equivalents.py:
##########
@@ -227,7 +227,7 @@ def expected():
 @requires_ethosn
 @pytest.mark.parametrize(
     "dtype,shape,constant_shape",
-    [("int16", (1, 16, 12, 4), None)],
+    [("float32", (1, 16, 12, 4), None)],

Review Comment:
   The use of `int16` here was just to create an invalid test case, that raises 
an exception. With `int16` now supported, then using `float32` will make that 
effect.



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