[TOPI] add nn schedulers for HLS backends (#1663)
* [TOPI] add nn schedulers for HLS backends * fix pylint * fix topi transform test
Showing
- nnvm/python/nnvm/testing/config.py 2 additions, 2 deletionsnnvm/python/nnvm/testing/config.py
- src/codegen/codegen_aocl.cc 2 additions, 0 deletionssrc/codegen/codegen_aocl.cc
- topi/python/topi/hls/__init__.py 1 addition, 0 deletionstopi/python/topi/hls/__init__.py
- topi/python/topi/hls/nn.py 407 additions, 0 deletionstopi/python/topi/hls/nn.py
- topi/tests/python/common.py 1 addition, 1 deletiontopi/tests/python/common.py
- topi/tests/python/test_topi_pooling.py 4 additions, 2 deletionstopi/tests/python/test_topi_pooling.py
- topi/tests/python/test_topi_reduce.py 3 additions, 1 deletiontopi/tests/python/test_topi_reduce.py
- topi/tests/python/test_topi_relu.py 3 additions, 1 deletiontopi/tests/python/test_topi_relu.py
- topi/tests/python/test_topi_softmax.py 3 additions, 1 deletiontopi/tests/python/test_topi_softmax.py
- topi/tests/python/test_topi_transform.py 11 additions, 9 deletionstopi/tests/python/test_topi_transform.py
Loading
Please register or sign in to comment