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

 ##########
 File path: tests/python/relay/test_op_level2.py
 ##########
 @@ -413,6 +413,25 @@ def test_conv2d_transpose_nhwc_run():
     c_np = topi.testing.conv2d_transpose_nhwc_python(data, kernel, 'HWOI', 2, 
1)
     d_np = np.zeros(shape=oshape_nhwc)
     d_np[:,0:c_np.shape[1],0:c_np.shape[2],:] = c_np
+
+
+def test_conv1d_transpose_run():
 
 Review comment:
   how about rename to 'test_conv1d_transpose_ncw_run()', shall we support NWC 
layout in the future?

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