leandron commented on a change in pull request #9520:
URL: https://github.com/apache/tvm/pull/9520#discussion_r751176481
##########
File path: python/tvm/relay/op/contrib/bnns.py
##########
@@ -70,7 +73,7 @@ def partition_for_bnns(mod, params=None):
]
)
- return seq(mod)
+ return seq(mod, None)
Review comment:
Is this one intentionally different from the other similar changes?
--
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]