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 2022/04/12 10:08:52 UTC

[GitHub] [tvm] leandron commented on a diff in pull request #10962: [TVMC] Allow output module name to be passed as a command line argument

leandron commented on code in PR #10962:
URL: https://github.com/apache/tvm/pull/10962#discussion_r848251815


##########
python/tvm/driver/tvmc/compiler.py:
##########
@@ -137,6 +137,11 @@ def add_compile_parser(subparsers, _):
         type=parse_pass_list_str,
         default="",
     )
+    parser.add_argument(
+        "--module-name",
+        default="default",
+        help="The output module name.",

Review Comment:
   ```suggestion
           help="The output module name. Defaults to 'default'.",
   ```



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