[Relay] C++ GraphRuntimeCodegen, Deprecate Python2 (#2986)
authorBing Xu <antinucleon@gmail.com>
Fri, 12 Apr 2019 23:13:45 +0000 (16:13 -0700)
committerLeyuan Wang <laurawly@gmail.com>
Fri, 12 Apr 2019 23:13:45 +0000 (16:13 -0700)
commit8b71a28289c637033f0cba60b0fc9ee26aca1793
tree58184487a10613997c6429839e133b7b5131c3bb
parentb9349cb0c14979dd5ebe05017f56f523ce100053
[Relay] C++ GraphRuntimeCodegen, Deprecate Python2 (#2986)

* [Relay] C++ GraphRuntimeCodegen

* [Test] Deprecate Python2

* [Python3] Add Py2 check

* Update _pyversion.py

* [Python3] Update test
16 files changed:
CMakeLists.txt
Jenkinsfile
python/tvm/__init__.py
python/tvm/_pyversion.py [new file with mode: 0644]
python/tvm/relay/backend/graph_runtime_codegen.py
src/relay/backend/graph_runtime_codegen.cc [new file with mode: 0644]
src/relay/backend/utils.h [new file with mode: 0644]
src/relay/pass/pattern_util.h
tests/python/relay/test_pass_annotation.py
tests/python/unittest/test_module_load.py
tests/scripts/task_java_unittest.sh
tests/scripts/task_python_frontend.sh
tests/scripts/task_python_integration.sh
tests/scripts/task_python_topi.sh
tests/scripts/task_python_unittest.sh
tests/scripts/task_python_vta.sh