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 2019/11/23 04:37:53 UTC

[incubator-tvm] branch v0.6.0 updated (030a163 -> 7429997)

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

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


    from 030a163  update_document_after_repository_renamed (#4398)
     add 70017ef  [Golang][Doc] improve the samples and doc (#4385)
     add 00d47de  [DOCS] Mention incubating in readme (#4401)
     add 0f4b32f  Added tflite frontend support for quantized mean. (#4339)
     add 7429997  [LICENSE] add 3rdparty licenses (#4402)

No new revisions were added by this update.

Summary of changes:
 LICENSE                                      | 32 ++++++++++
 README.md                                    |  3 +-
 golang/README.md                             |  8 ++-
 golang/sample/Makefile                       |  2 +-
 golang/sample/complex.go                     |  2 +-
 golang/sample/gen_mobilenet_lib.py           | 91 ++++++++++++++++++++++++++++
 licenses/LICENSE.bfloat16.txt                |  9 +++
 licenses/LICENSE.builtin_fp16.txt            | 19 ++++++
 licenses/LICENSE.cma.txt                     | 22 +++++++
 LICENSE => licenses/LICENSE.dlpack.txt       |  2 +-
 licenses/LICENSE.picojson.txt                | 42 +++++++++++++
 licenses/LICENSE.rang.txt                    | 24 ++++++++
 python/tvm/relay/frontend/tflite.py          | 17 ++++++
 tests/python/frontend/tflite/test_forward.py | 26 +++++++-
 14 files changed, 289 insertions(+), 10 deletions(-)
 create mode 100644 golang/sample/gen_mobilenet_lib.py
 create mode 100644 licenses/LICENSE.bfloat16.txt
 create mode 100644 licenses/LICENSE.builtin_fp16.txt
 create mode 100644 licenses/LICENSE.cma.txt
 copy LICENSE => licenses/LICENSE.dlpack.txt (99%)
 create mode 100644 licenses/LICENSE.picojson.txt
 create mode 100644 licenses/LICENSE.rang.txt