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/03/18 21:03:21 UTC

[GitHub] [tvm] mdw-octoml commented on a change in pull request #7698: [TVMC] Python Scripting Init Files

mdw-octoml commented on a change in pull request #7698:
URL: https://github.com/apache/tvm/pull/7698#discussion_r597240308



##########
File path: python/tvm/driver/tvmc/__init__.py
##########
@@ -21,3 +21,6 @@
 from . import autotuner
 from . import compiler
 from . import runner
+from .frontends import load_model as load
+from .compiler import compile_model as compile
+from .runner import run_module as run

Review comment:
       Note need for newline at end of file
   




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

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