icemelon9 commented on a change in pull request #4693: [runtime][refactor] Unify vm and interpreter objects URL: https://github.com/apache/incubator-tvm/pull/4693#discussion_r367784492
########## File path: python/tvm/relay/backend/vm.py ########## @@ -23,20 +23,18 @@ import numpy as np import tvm -from tvm import autotvm +from tvm import autotvm, container from tvm.relay import expr as _expr from tvm._ffi.runtime_ctypes import TVMByteArray from tvm._ffi import base as _base +from tvm._ffi.object import Object Review comment: ```suggestion from tvm.object import Object ``` ---------------------------------------------------------------- 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
