tqchen 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_r377376524
########## File path: src/runtime/vm/vm.cc ########## @@ -1057,7 +1057,7 @@ runtime::Module CreateVirtualMachine(const Executable* exec) { return runtime::Module(vm); } -TVM_REGISTER_GLOBAL("relay._vm._VirtualMachine") +TVM_REGISTER_GLOBAL("runtime._vm._VirtualMachine") Review comment: consider just make it ```runtime.VirtualMachine``` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services