You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/07/15 17:12:34 UTC

[incubator-tvm] branch master updated (414c61d -> c424da5)

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 414c61d  [Ansor][AutoTVM v2.0] Part 1: Rename namspace form auto_schedule to auto_scheduler (#6059)
     add c424da5  [Doc] update frontend tutorials to new model based runtime (#6063)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/build_module.py                 |  6 ++----
 tutorials/frontend/build_gcn.py                  |  5 ++---
 tutorials/frontend/deploy_model_on_android.py    |  8 +++-----
 tutorials/frontend/deploy_model_on_rasp.py       |  6 ++----
 tutorials/frontend/deploy_prequantized.py        |  5 ++---
 tutorials/frontend/deploy_prequantized_tflite.py | 10 ++++------
 tutorials/frontend/deploy_sparse.py              |  5 ++---
 tutorials/frontend/deploy_ssd_gluoncv.py         | 13 ++++++-------
 tutorials/frontend/from_caffe2.py                |  6 ++----
 tutorials/frontend/from_coreml.py                |  7 ++-----
 tutorials/frontend/from_darknet.py               |  8 ++------
 tutorials/frontend/from_mxnet.py                 |  5 ++---
 tutorials/frontend/from_pytorch.py               |  8 ++------
 tutorials/frontend/from_tensorflow.py            |  8 ++------
 tutorials/frontend/from_tflite.py                |  7 ++-----
 tutorials/frontend/using_external_lib.py         | 12 ++++--------
 16 files changed, 41 insertions(+), 78 deletions(-)