anwang2009 commented on a change in pull request #8971:
URL: https://github.com/apache/tvm/pull/8971#discussion_r706476650



##########
File path: tests/python/relay/test_op_level3.py
##########
@@ -1241,13 +1238,16 @@ def test_scatter_add(self, target, dev, ref_data, 
dshape, ishape, axis, dtype):
     ],
 )
 def test_gather(target, dev, executor_kind, data, axis, indices, ref_res):
-    def verify_gather(data, axis, indices, ref_res):
+    def verify_gather(data, axis, indices, ref_res, check_negative=False):

Review comment:
       Seems like check_negative is never set to anything other than False with 
the current tests. remove?




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