This is an automated email from the ASF dual-hosted git repository.
jwfromm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 0648fff [BUG] ToBasicBlockNormalForm immutability (#8778)
add f1ca91d [GRAPH EXECUTOR,VM] Add benchmarking function to graph
executor and vm (#8807)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/graph_executor.py | 59 ++++++++++++++++++
python/tvm/driver/tvmc/model.py | 27 +++-----
python/tvm/driver/tvmc/runner.py | 8 +--
python/tvm/runtime/module.py | 75 ++++++++++++++++++++---
python/tvm/runtime/vm.py | 64 +++++++++++++++++++
src/runtime/rpc/rpc_module.cc | 5 +-
tests/python/driver/tvmc/test_model.py | 3 +-
tests/python/driver/tvmc/test_runner.py | 5 +-
tests/python/relay/test_backend_graph_executor.py | 26 ++++++++
tests/python/relay/test_vm.py | 26 ++++++++
tests/python/unittest/test_runtime_measure.py | 11 ++++
tutorials/auto_scheduler/tune_network_arm.py | 6 +-
tutorials/auto_scheduler/tune_network_cuda.py | 4 +-
tutorials/auto_scheduler/tune_network_mali.py | 6 +-
tutorials/auto_scheduler/tune_network_x86.py | 4 +-
tutorials/autotvm/tune_relay_arm.py | 7 +--
tutorials/autotvm/tune_relay_cuda.py | 7 +--
tutorials/autotvm/tune_relay_mobile_gpu.py | 7 +--
tutorials/autotvm/tune_relay_x86.py | 6 +-
tutorials/frontend/deploy_model_on_android.py | 4 +-
tutorials/frontend/deploy_prequantized.py | 4 +-
tutorials/frontend/deploy_prequantized_tflite.py | 4 +-
tutorials/frontend/deploy_sparse.py | 7 +--
23 files changed, 283 insertions(+), 92 deletions(-)