masahi commented on code in PR #10961:
URL: https://github.com/apache/tvm/pull/10961#discussion_r848796077
##########
python/tvm/relay/op/contrib/cudnn.py:
##########
@@ -50,6 +51,8 @@ def partition_for_cudnn(
tvm.IRModule
The partitioned module.
"""
+ if params:
Review Comment:
In my case, I want to pattern match against a mod where batch norm is
removed by constant folding + fold scale axis. Param binding is a prereq for
these passes.
--
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]