This is an automated email from the ASF dual-hosted git repository.
kazum pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from c424da5 [Doc] update frontend tutorials to new model based runtime
(#6063)
add 5c73efe [TARGET] ONNX codegen (#5052)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +
cmake/config.cmake | 4 +
.../modules/contrib/ONNX.cmake | 10 +-
python/tvm/contrib/target/__init__.py | 2 -
python/tvm/contrib/target/onnx.py | 898 +++++++++++++++++++++
src/runtime/contrib/onnx/onnx_module.cc | 78 ++
tests/python/contrib/test_onnx.py | 471 +++++++++++
tests/python/contrib/test_onnx_model.py | 169 ++++
8 files changed, 1627 insertions(+), 7 deletions(-)
copy apps/rocm_rpc/start_rpc_server.sh => cmake/modules/contrib/ONNX.cmake
(78%)
mode change 100755 => 100644
create mode 100644 python/tvm/contrib/target/onnx.py
create mode 100644 src/runtime/contrib/onnx/onnx_module.cc
create mode 100644 tests/python/contrib/test_onnx.py
create mode 100644 tests/python/contrib/test_onnx_model.py