[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.
Showing
- python/tvm/relay/frontend/common.py 24 additions, 0 deletionspython/tvm/relay/frontend/common.py
- python/tvm/relay/frontend/mxnet.py 30 additions, 2 deletionspython/tvm/relay/frontend/mxnet.py
- python/tvm/relay/op/vision/__init__.py 1 addition, 0 deletionspython/tvm/relay/op/vision/__init__.py
- python/tvm/relay/op/vision/_multibox.py 77 additions, 0 deletionspython/tvm/relay/op/vision/_multibox.py
- python/tvm/relay/op/vision/multibox.py 7 additions, 5 deletionspython/tvm/relay/op/vision/multibox.py
- tests/python/relay/test_op_level5.py 161 additions, 45 deletionstests/python/relay/test_op_level5.py
- topi/python/topi/util.py 42 additions, 0 deletionstopi/python/topi/util.py
- tutorials/nnvm/deploy_ssd.py 25 additions, 7 deletionstutorials/nnvm/deploy_ssd.py
python/tvm/relay/op/vision/_multibox.py
0 → 100644
Please register or sign in to comment