[Relay][Compilation] replace relay.build_module with C++ BuildModule (#3174)
authorZhi <5145158+zhiics@users.noreply.github.com>
Thu, 16 May 2019 00:28:18 +0000 (17:28 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 16 May 2019 00:28:18 +0000 (17:28 -0700)
commit0f2a3086fc0c95d8fc72ae9356d48edeebd2001d
tree57d8413a0479bfd1bde46caf40f4b1cfee0f80a4
parent7d845f0d9853e9bdaff7f803486e01625230dd88
[Relay][Compilation] replace relay.build_module with C++ BuildModule (#3174)
13 files changed:
python/tvm/relay/__init__.py
python/tvm/relay/_build_module.py [new file with mode: 0644]
python/tvm/relay/backend/graph_runtime_codegen.py
python/tvm/relay/build_module.py
python/tvm/relay/quantize/quantize.py
src/codegen/build_module.cc
src/relay/backend/build_module.cc
src/relay/backend/graph_runtime_codegen.cc
tests/cpp/relay_build_module_test.cc
tests/python/frontend/nnvm_to_relay/test_alter_conv2d.py
tests/python/relay/test_cpp_build_module.py
tests/python/relay/test_pass_annotation.py
tests/python/relay/test_pass_quantize.py