Lyken17 commented on a change in pull request #9336:
URL: https://github.com/apache/tvm/pull/9336#discussion_r747653115
##########
File path: src/relay/op/nn/convolution.h
##########
@@ -1044,7 +1044,7 @@ bool Conv2DTransposeRel(const Array<Type>& types, int
num_inputs, const Attrs& a
if (data == nullptr) return false;
static const Layout kNCHW("NCHW");
- static const Layout kOIHW("OIHW");
+ static const Layout kIOHW("IOHW");
Review comment:
Does the layout variable affect later calculation, or is it just an
alias of layout?
--
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]