Update legacy places from nnvm to relay. (#4535)
authorTianqi Chen <tqchen@users.noreply.github.com>
Wed, 18 Dec 2019 06:17:51 +0000 (22:17 -0800)
committerHaichen Shen <shenhaichen@gmail.com>
Wed, 18 Dec 2019 06:17:51 +0000 (22:17 -0800)
commit93843536010af46e8fa3668e423e027cab53deda
treeb09bc0fbf276d5a8a02920de77d6643fdcf21b5a
parentc44b7bf107637ca81cd93eaee13e14a5e60386d5
Update legacy places from nnvm to relay. (#4535)

* Update legacy places from nnvm to relay.

This PR prepares the current mainline to remove nnvm compiler dep.

* remove legacy stage
28 files changed:
Jenkinsfile
apps/benchmark/util.py
apps/bundle_deploy/Makefile
apps/bundle_deploy/build_model.py
apps/bundle_deploy/bundle.cc
apps/bundle_deploy/runtime.cc
apps/howto_deploy/Makefile
apps/rocm_rpc/Makefile
apps/sgx/README.md
apps/sgx/enclave/src/build_model.py
rust/Cargo.toml
rust/frontend/Cargo.toml
rust/frontend/README.md
rust/frontend/examples/resnet/README.md
rust/runtime/Cargo.toml
rust/runtime/src/graph.rs
rust/runtime/src/threading.rs
rust/runtime/tests/build_model.py
rust/runtime/tests/test_nn/Cargo.toml [moved from rust/runtime/tests/test_nnvm/Cargo.toml with 98% similarity]
rust/runtime/tests/test_nn/build.rs [moved from rust/runtime/tests/test_nnvm/build.rs with 100% similarity]
rust/runtime/tests/test_nn/src/build_test_graph.py [new file with mode: 0755]
rust/runtime/tests/test_nn/src/main.rs [moved from rust/runtime/tests/test_nnvm/src/main.rs with 100% similarity]
rust/runtime/tests/test_nnvm/src/build_test_graph.py [deleted file]
tests/python/frontend/onnx/test_forward.py
tests/python/relay/test_py_converter.py
tests/scripts/task_golang.sh
tests/scripts/task_python_frontend.sh
tests/scripts/task_rust.sh