CaptainDuke opened a new pull request #7880:
URL: https://github.com/apache/tvm/pull/7880


   If param stride is tuple, like (1, 1), errors would occur like following:
   
   `
   File "xxx/python/tvm/topi/testing/conv2d_hwcn_python.py", line 76, in 
conv2d_hwcn_python
   bt[n, f] += out[::stride, ::stride]
   TypeError: slice indices must be integers or None or have an __index__ method
   `
   
   Because tuple has not been handled correctly in line: 52


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


Reply via email to