This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 4fce513  add resize op converter (#4838)
     add 502cf26  [Refactor] move vm.py under runtime and adt to 
runtime.container.py (#4855)

No new revisions were added by this update.

Summary of changes:
 python/tvm/container.py                            |  55 +---
 python/tvm/relay/__init__.py                       |   1 -
 python/tvm/relay/backend/interpreter.py            |   2 +-
 python/tvm/relay/backend/vm.py                     | 349 +--------------------
 python/tvm/relay/testing/py_converter.py           |   4 +-
 python/tvm/runtime/container.py                    |  56 ++++
 .../tvm/{relay/backend => runtime}/profiler_vm.py  |   7 +-
 python/tvm/{relay/backend => runtime}/vm.py        | 284 ++---------------
 src/runtime/container.cc                           |  10 +-
 src/runtime/vm/executable.cc                       |  10 +-
 src/runtime/vm/profiler/vm.cc                      |   2 +-
 src/runtime/vm/vm.cc                               |   2 +-
 tests/python/frontend/tensorflow/test_forward.py   |   2 +-
 tests/python/relay/benchmarking/benchmark_vm.py    |   6 +-
 tests/python/relay/test_adt.py                     |   2 +-
 tests/python/relay/test_backend_interpreter.py     |   3 +-
 tests/python/relay/test_external_codegen.py        |   6 +-
 tests/python/relay/test_pass_partition_graph.py    |   7 +-
 tests/python/relay/test_py_converter.py            |   2 +-
 tests/python/relay/test_vm.py                      |  12 +-
 tests/python/relay/test_vm_serialization.py        |   7 +-
 tests/python/unittest/test_container.py            |   2 +-
 tests/python/unittest/test_runtime_vm_profiler.py  |   9 +-
 23 files changed, 146 insertions(+), 694 deletions(-)
 rename python/tvm/{relay/backend => runtime}/profiler_vm.py (92%)
 copy python/tvm/{relay/backend => runtime}/vm.py (52%)

Reply via email to