[relay][frontend] Enable ssd test by attaching schedules to multibox and ssd ops...
authorZhi <5145158+zhiics@users.noreply.github.com>
Tue, 25 Dec 2018 06:46:22 +0000 (22:46 -0800)
committerYizhi Liu <liuyizhi@apache.org>
Tue, 25 Dec 2018 06:46:22 +0000 (22:46 -0800)
commit993fe12f2b8b45b01bc757d685686924c5e577fa
tree78725996fff2d799f7c5c363d23941283834853d
parent98ce9ea09f4dff5734666153d6313bd26a9eea56
[relay][frontend] Enable ssd test by attaching schedules to multibox and ssd ops (#2322)

* add ssd ops to mxnet.py

* add ssd ops to mxnet.py

* add result check for multibox and nms unit tests

* add result check for multibox and nms unit tests

* address @kevinthesun's comments

* Disable cuda test for nms for now.
python/tvm/relay/frontend/common.py
python/tvm/relay/frontend/mxnet.py
python/tvm/relay/op/vision/__init__.py
python/tvm/relay/op/vision/_multibox.py [new file with mode: 0644]
python/tvm/relay/op/vision/multibox.py
tests/python/relay/test_op_level5.py
topi/python/topi/util.py
tutorials/nnvm/deploy_ssd.py