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/09/27 02:36:43 UTC

[GitHub] [tvm] MasterJH5574 commented on a change in pull request #9115: [TVMScript] Script namespace changes

MasterJH5574 commented on a change in pull request #9115:
URL: https://github.com/apache/tvm/pull/9115#discussion_r716315474



##########
File path: python/tvm/ir/module.py
##########
@@ -255,3 +255,18 @@ def __str__(self):
 
     def __repr__(self):
         return self.astext()
+
+    def script(self, show_meta=False) -> str:
+        """Print IRModule into TVMScript
+
+        Parameters
+        ----------
+        show_meta : bool
+            Whether show meta

Review comment:
       I've always been curious that what "meta information" means for TVM script.
   
   Besides, would be great to say it more completely.
   ```suggestion
               Whether showing the script meta information
   ```




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