FrozenGene commented on a change in pull request #7132: URL: https://github.com/apache/tvm/pull/7132#discussion_r546625878
########## File path: python/tvm/topi/nn/conv2d.py ########## @@ -382,7 +382,15 @@ def conv2d_nhwc( if auto_scheduler_rewritten_layout: # Infer shape for the rewritten layout # todo(merrymercy): wrap this with a more general interface. - if len(Filter.shape) >= 10: + if len(Filter.shape) == 17: Review comment: Yes, I will supply some comment about why we get this. ---------------------------------------------------------------- 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: us...@infra.apache.org