You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "jwfromm (via GitHub)" <gi...@apache.org> on 2023/09/01 16:44:27 UTC

[GitHub] [tvm] jwfromm commented on a diff in pull request #15650: [Unity][Frontend][NN] Make effects optional in nn module.

jwfromm commented on code in PR #15650:
URL: https://github.com/apache/tvm/pull/15650#discussion_r1313273646


##########
python/tvm/relax/frontend/nn/core.py:
##########
@@ -360,12 +360,31 @@ def to(self, dtype: Optional[str] = None) -> None:  # pylint: disable=invalid-na
     def export_tvm(
         self,
         spec: "_spec.ModuleSpecType",
+        debug: bool = False,

Review Comment:
   Good point, now added.



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