Add mod supoort in relay.build (#3424)
authorAlexander Pivovarov <pivovaa@amazon.com>
Thu, 27 Jun 2019 16:37:51 +0000 (06:37 -1000)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 27 Jun 2019 16:37:51 +0000 (09:37 -0700)
commite1827173f3ff75d3205b51d1634babd617216dd8
treed19486f1c8562c1f6f3015c89cc7040f94ff9bac
parent18a53a418f4cca89a461edde20258917410a65f3
Add mod supoort in relay.build (#3424)
16 files changed:
python/tvm/relay/build_module.py
tests/python/frontend/caffe2/test_forward.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/onnx/test_forward.py
tests/python/frontend/tensorflow/test_forward.py
tests/python/frontend/tflite/test_forward.py
tutorials/frontend/deploy_model_on_android.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_tensorflow.py
tutorials/frontend/from_tflite.py