Ever-Kid commented on code in PR #11936:
URL: https://github.com/apache/tvm/pull/11936#discussion_r919593847


##########
python/tvm/topi/nn/conv2d.py:
##########
@@ -57,16 +57,18 @@
 )
 
 
-def conv2d(input, filter, strides, padding, dilation, layout="NCHW", 
out_dtype=None):
+def conv2d(
+    input, filter, strides, padding, dilation, data_layout="NCHC", 
kernel_layout="", out_dtype=None

Review Comment:
   maybe data_layout="NCHW"



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