You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/14 02:01:12 UTC

[GitHub] [incubator-tvm] snowolfhawk commented on issue #3859: [WIP] [AutoTVM][TOPI] NHWC conv2d templates for ARM

snowolfhawk commented on issue #3859: [WIP] [AutoTVM][TOPI] NHWC conv2d templates for ARM
URL: https://github.com/apache/incubator-tvm/pull/3859#issuecomment-553689104
 
 
   conv2d.py:625
   why insert this new_weight below to overlay the previous new_weight? @jackwish
               new_weight = tvm.placeholder((KH + tile_size - 1, KH + tile_size -1, CO // VC, CI, VC),
                                            kernel.dtype)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services