[relay][frontend] Return module from frontend parsers (#3353)
authorZhi <5145158+zhiics@users.noreply.github.com>
Mon, 17 Jun 2019 16:55:08 +0000 (09:55 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Mon, 17 Jun 2019 16:55:08 +0000 (09:55 -0700)
commitfa351045e6a0fd2f4ab57506e4899e525b3c7cef
tree2fb440c0ece13686b0e319329eda25f6501405e0
parent07fbe5c87f2234d283885919149928fd07a5954c
[relay][frontend] Return module from frontend parsers (#3353)
34 files changed:
python/tvm/relay/backend/interpreter.py
python/tvm/relay/backend/vm.py
python/tvm/relay/build_module.py
python/tvm/relay/frontend/caffe2.py
python/tvm/relay/frontend/coreml.py
python/tvm/relay/frontend/darknet.py
python/tvm/relay/frontend/keras.py
python/tvm/relay/frontend/mxnet.py
python/tvm/relay/frontend/onnx.py
python/tvm/relay/frontend/tensorflow.py
python/tvm/relay/frontend/tflite.py
tests/python/frontend/caffe2/test_forward.py
tests/python/frontend/caffe2/test_graph.py
tests/python/frontend/coreml/test_forward.py
tests/python/frontend/darknet/test_forward.py
tests/python/frontend/keras/test_forward.py
tests/python/frontend/mxnet/test_forward.py
tests/python/frontend/mxnet/test_graph.py
tests/python/frontend/onnx/test_forward.py
tests/python/frontend/tensorflow/test_control_flow.py
tests/python/frontend/tensorflow/test_forward.py
tests/python/frontend/tflite/test_forward.py
tests/python/relay/test_vm.py
tutorials/frontend/deploy_model_on_android.py
tutorials/frontend/deploy_model_on_rasp.py
tutorials/frontend/deploy_ssd_gluoncv.py
tutorials/frontend/from_caffe2.py
tutorials/frontend/from_coreml.py
tutorials/frontend/from_darknet.py
tutorials/frontend/from_keras.py
tutorials/frontend/from_mxnet.py
tutorials/frontend/from_onnx.py
tutorials/frontend/from_tensorflow.py
tutorials/frontend/from_tflite.py