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/11/17 18:29:23 UTC

[GitHub] [tvm] Leo-arm commented on a change in pull request #9520: [ETHOSN] Avoid duplicate specification of tvmc targets

Leo-arm commented on a change in pull request #9520:
URL: https://github.com/apache/tvm/pull/9520#discussion_r751527526



##########
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:
       No, my bad, and fixed.




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org