vinx13 commented on pull request #9465:
URL: https://github.com/apache/tvm/pull/9465#issuecomment-964455350


   I agree `IOHW` is preferred for `conv2d_transpose`. This is consistent with 
current TOPI and Relay implementation. I think the source of confusion is that 
Relay assign different meaning of [`OIHW` 
layout](https://github.com/apache/tvm/blob/main/include/tvm/relay/attrs/nn.h#L581-L586)
 to `conv2d_transpose`. It is actually lowered to TOPI's [IOHW 
implementations](https://github.com/apache/tvm/blob/main/python/tvm/topi/nn/conv2d_transpose.py#L80).
   Anyways I agree supporting `groups` is a great thing to add.


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