kparzysz-quic commented on code in PR #14475:
URL: https://github.com/apache/tvm/pull/14475#discussion_r1157425114


##########
tests/python/contrib/test_hexagon/test_maxpool2d_blocked.py:
##########
@@ -151,7 +151,7 @@ def test_maxpool(self, shape_nhwc, window_size, stride, 
pad, dtype, target):
             padding=(pad, pad, pad, pad),
             dtype=dtype,
         )
-        return output, ref_output
+        assert all([output is not None, ref_output is not None])

Review Comment:
   I did remove it at first, but then the linter complained that `output` and 
`ref_output` were unused values...  :|



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