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 2021/03/05 17:22:19 UTC

[GitHub] [tvm] csullivan commented on a change in pull request #7603: Move SimplifyConvPad to a new pass and don't enable it by default

csullivan commented on a change in pull request #7603:
URL: https://github.com/apache/tvm/pull/7603#discussion_r588493674



##########
File path: python/tvm/relay/transform/transform.py
##########
@@ -1099,6 +1099,19 @@ def SimplifyExpr():
     return _ffi_api.SimplifyExpr()
 
 
+def ImplicitPadding():

Review comment:
       If we build up multiple patterns that can fuse implicit padding it may be useful to key on/off certain patterns based on operator type via a white or blacklist.




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