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 f8a7078  [Formatting] Fix python formatting issue (#6491)
     add 6b5694f  [PY] GraphRuntime: Update the tutorials to the module-based 
interface (#6482)

No new revisions were added by this update.

Summary of changes:
 apps/benchmark/arm_cpu_imagenet_bench.py           |  5 ++--
 apps/benchmark/gpu_imagenet_bench.py               |  5 ++--
 apps/benchmark/mobile_gpu_imagenet_bench.py        |  5 ++--
 apps/ios_rpc/tests/ios_rpc_mobilenet.py            |  7 ++----
 python/tvm/contrib/graph_runtime.py                | 27 ++++++++++++++++++++++
 python/tvm/relay/backend/graph_runtime_factory.py  |  4 +++-
 python/tvm/relay/frontend/common.py                |  5 ++--
 python/tvm/relay/param_dict.py                     |  7 +++---
 python/tvm/relay/quantize/_calibrate.py            |  5 ++--
 tests/python/contrib/test_coreml_codegen.py        |  5 ++--
 tests/python/contrib/test_ethosn/infrastructure.py |  9 ++++----
 .../python/contrib/test_ethosn/test_topologies.py  |  4 ++--
 tests/python/frontend/caffe2/test_forward.py       |  5 ++--
 tests/python/frontend/coreml/test_forward.py       | 10 ++++----
 tests/python/frontend/darknet/test_forward.py      |  5 ++--
 tests/python/frontend/keras/test_forward.py        |  5 ++--
 tests/python/frontend/mxnet/test_forward.py        |  5 ++--
 tests/python/frontend/pytorch/qnn_test.py          |  5 ++--
 tests/python/frontend/tflite/test_forward.py       |  6 ++---
 tests/python/relay/benchmarking/benchmark_vm.py    |  5 ++--
 tests/python/relay/test_cpp_build_module.py        |  5 ++--
 tests/python/relay/test_simplify_fc_transpose.py   |  5 ++--
 tests/python/unittest/test_target_codegen_blob.py  | 18 ++++-----------
 .../python/unittest/test_tir_transform_hoist_if.py |  9 ++++----
 tutorials/autotvm/tune_relay_arm.py                |  5 ++--
 tutorials/autotvm/tune_relay_cuda.py               |  5 ++--
 tutorials/autotvm/tune_relay_mobile_gpu.py         |  5 ++--
 tutorials/autotvm/tune_relay_x86.py                |  5 ++--
 tutorials/get_started/relay_quick_start.py         | 14 +++--------
 vta/tutorials/autotvm/tune_relay_vta.py            |  7 +++---
 vta/tutorials/frontend/deploy_classification.py    | 13 ++++-------
 vta/tutorials/frontend/legacy/deploy_detection.py  | 13 ++++-------
 32 files changed, 107 insertions(+), 131 deletions(-)

Reply via email to