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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to