This is an automated email from the ASF dual-hosted git repository.
haichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from c44b7bf [Relay] External codegen (#4482)
add 9384353 Update legacy places from nnvm to relay. (#4535)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 11 ---
apps/benchmark/util.py | 4 +-
apps/bundle_deploy/Makefile | 14 ++--
apps/bundle_deploy/build_model.py | 21 +++---
apps/bundle_deploy/bundle.cc | 9 ++-
apps/bundle_deploy/runtime.cc | 4 +-
apps/howto_deploy/Makefile | 5 +-
apps/rocm_rpc/Makefile | 1 -
apps/sgx/README.md | 2 +-
apps/sgx/enclave/src/build_model.py | 17 +++--
rust/Cargo.toml | 2 +-
rust/frontend/Cargo.toml | 2 +-
rust/frontend/README.md | 16 ++---
rust/frontend/examples/resnet/README.md | 6 +-
rust/runtime/Cargo.toml | 2 +-
rust/runtime/src/graph.rs | 2 +-
rust/runtime/src/threading.rs | 2 +-
rust/runtime/tests/build_model.py | 47 ++++---------
.../tests/{test_nnvm => test_nn}/Cargo.toml | 2 +-
rust/runtime/tests/{test_nnvm => test_nn}/build.rs | 0
rust/runtime/tests/test_nn/src/build_test_graph.py | 54 ++++++++++++++
.../tests/{test_nnvm => test_nn}/src/main.rs | 0
.../tests/test_nnvm/src/build_test_graph.py | 82 ----------------------
tests/python/frontend/onnx/test_forward.py | 2 +-
tests/python/relay/test_py_converter.py | 2 -
tests/scripts/task_golang.sh | 2 +-
tests/scripts/task_python_frontend.sh | 3 -
tests/scripts/task_rust.sh | 8 +--
28 files changed, 129 insertions(+), 193 deletions(-)
rename rust/runtime/tests/{test_nnvm => test_nn}/Cargo.toml (98%)
rename rust/runtime/tests/{test_nnvm => test_nn}/build.rs (100%)
create mode 100755 rust/runtime/tests/test_nn/src/build_test_graph.py
rename rust/runtime/tests/{test_nnvm => test_nn}/src/main.rs (100%)
delete mode 100755 rust/runtime/tests/test_nnvm/src/build_test_graph.py