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 c7a8319 [REFACTOR][ARITH] Unified IR, introduce arith subfolder.
(#4722)
add 31021d2 [Runtime] EdgeTPU runtime for Coral Boards (#4698)
No new revisions were added by this update.
Summary of changes:
cmake/config.cmake | 5 ++
cmake/modules/contrib/TFLite.cmake | 9 +++
python/tvm/contrib/tflite_runtime.py | 28 +++++----
src/runtime/contrib/edgetpu/edgetpu_runtime.cc | 73 ++++++++++++++++++++++
src/runtime/contrib/edgetpu/edgetpu_runtime.h | 66 ++++++++++++++++++++
src/runtime/contrib/tflite/tflite_runtime.cc | 46 +++++++-------
src/runtime/contrib/tflite/tflite_runtime.h | 14 ++---
tests/python/contrib/test_edgetpu_runtime.py | 83 ++++++++++++++++++++++++++
tests/python/contrib/test_tflite_runtime.py | 10 +---
9 files changed, 280 insertions(+), 54 deletions(-)
create mode 100644 src/runtime/contrib/edgetpu/edgetpu_runtime.cc
create mode 100644 src/runtime/contrib/edgetpu/edgetpu_runtime.h
create mode 100644 tests/python/contrib/test_edgetpu_runtime.py