abergeron commented on a change in pull request #6065:
URL: https://github.com/apache/incubator-tvm/pull/6065#discussion_r465175659
##########
File path: topi/python/topi/nn/conv3d_transpose.py
##########
@@ -25,7 +25,7 @@
from ..util import simplify
-def conv3d_transpose_ncdhw(Input, Filter, strides, padding, out_dtype):
+def conv3d_transpose_ncdhw(Input, Filter, strides, padding, out_dtype,
output_padding):
Review comment:
ok
----------------------------------------------------------------
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]