[Relay][Frontend] Add MXNet test example for relay (#2316)
* Add MXNet test example for relay * Fix a bug in BiasAddSimplifier
Showing
- src/relay/pass/canonicalize_ops.cc 1 addition, 1 deletionsrc/relay/pass/canonicalize_ops.cc
- tests/python/relay/frontend/mxnet/model_zoo/__init__.py 46 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/__init__.py
- tests/python/relay/frontend/mxnet/model_zoo/dcgan.py 66 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/dcgan.py
- tests/python/relay/frontend/mxnet/model_zoo/dqn.py 27 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/dqn.py
- tests/python/relay/frontend/mxnet/model_zoo/inception_v3.py 170 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/inception_v3.py
- tests/python/relay/frontend/mxnet/model_zoo/mlp.py 40 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/mlp.py
- tests/python/relay/frontend/mxnet/model_zoo/resnet.py 199 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/resnet.py
- tests/python/relay/frontend/mxnet/model_zoo/squeezenet.py 76 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/squeezenet.py
- tests/python/relay/frontend/mxnet/model_zoo/vgg.py 85 additions, 0 deletionstests/python/relay/frontend/mxnet/model_zoo/vgg.py
- tests/python/relay/frontend/mxnet/test_forward.py 206 additions, 0 deletionstests/python/relay/frontend/mxnet/test_forward.py
- tests/python/relay/frontend/mxnet/test_graph.py 87 additions, 0 deletionstests/python/relay/frontend/mxnet/test_graph.py
Loading
Please register or sign in to comment