alexgl-github commented on a change in pull request #4476: Implement 1d 
deconvolution
URL: https://github.com/apache/incubator-tvm/pull/4476#discussion_r359002529
 
 

 ##########
 File path: topi/python/topi/nn/util.py
 ##########
 @@ -172,3 +172,36 @@ def get_pad_tuple3d(padding, kernel):
     pad_left = (pad_w + 1) // 2
     pad_front = (pad_d + 1) // 2
     return pad_front, pad_top, pad_left, pad_d - pad_front, pad_h - pad_top, 
pad_w - pad_left
+
 
 Review comment:
   @vinx13 Please review again. Thanks. 

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


With regards,
Apache Git Services

Reply via email to