zhiics commented on a change in pull request #4855: [Refactor] move vm.py under 
runtime and adt to runtime.container.py
URL: https://github.com/apache/incubator-tvm/pull/4855#discussion_r377346473
 
 

 ##########
 File path: python/tvm/autotvm/task/relay_integration.py
 ##########
 @@ -49,7 +50,7 @@ def _lower(mod,
                 grc = graph_runtime_codegen.GraphRuntimeCodegen(None, target)
                 grc.codegen(mod["main"])
     # default case
-    compiler = relay.vm.VMCompiler()
+    compiler = runtime.vm.VMCompiler()
 
 Review comment:
   So we can just have a relay/backend/vm.py and python/tvm/runtime/vm.py, 
right?

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


With regards,
Apache Git Services

Reply via email to