-
- Downloads
[WIP] [TOPI] Depth wise Conv for NHWC (#325)
* rename the nchw and pass the unit test; going to do it for nhwc depthwise * bug with fusion * nchw works fine; nhwc float32 problem remains * still cannot bind them together * fusion works * syntax fix * all bugs fixed; test cases pass * minor fix on nn.h
Showing
- topi/include/topi/nn.h 34 additions, 1 deletiontopi/include/topi/nn.h
- topi/include/topi/tags.h 2 additions, 1 deletiontopi/include/topi/tags.h
- topi/python/topi/cuda/__init__.py 1 addition, 1 deletiontopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/depthwise_conv2d.py 75 additions, 5 deletionstopi/python/topi/cuda/depthwise_conv2d.py
- topi/python/topi/nn/convolution.py 51 additions, 4 deletionstopi/python/topi/nn/convolution.py
- topi/python/topi/nn/mapping.py 24 additions, 2 deletionstopi/python/topi/nn/mapping.py
- topi/python/topi/testing/__init__.py 1 addition, 1 deletiontopi/python/topi/testing/__init__.py
- topi/python/topi/testing/depthwise_conv2d_python.py 58 additions, 2 deletionstopi/python/topi/testing/depthwise_conv2d_python.py
- topi/recipe/conv/depthwise_conv2d_test.py 101 additions, 11 deletionstopi/recipe/conv/depthwise_conv2d_test.py
- topi/tests/python/test_topi_depthwise_conv2d.py 91 additions, 17 deletionstopi/tests/python/test_topi_depthwise_conv2d.py
Please register or sign in to comment