[TOPI] add conv2d_transpose_nchw (#586)
Showing
- topi/python/topi/cuda/__init__.py 1 addition, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/conv2d_transpose_nchw.py 116 additions, 0 deletionstopi/python/topi/cuda/conv2d_transpose_nchw.py
- topi/python/topi/generic/nn.py 38 additions, 20 deletionstopi/python/topi/generic/nn.py
- topi/python/topi/nn/__init__.py 1 addition, 0 deletionstopi/python/topi/nn/__init__.py
- topi/python/topi/nn/conv2d_transpose.py 63 additions, 0 deletionstopi/python/topi/nn/conv2d_transpose.py
- topi/python/topi/testing/__init__.py 1 addition, 0 deletionstopi/python/topi/testing/__init__.py
- topi/python/topi/testing/conv2d_nchw_python.py 1 addition, 1 deletiontopi/python/topi/testing/conv2d_nchw_python.py
- topi/python/topi/testing/conv2d_transpose_nchw_python.py 51 additions, 0 deletionstopi/python/topi/testing/conv2d_transpose_nchw_python.py
- topi/tests/python/test_topi_conv2d_transpose_nchw.py 64 additions, 0 deletionstopi/tests/python/test_topi_conv2d_transpose_nchw.py
topi/python/topi/nn/conv2d_transpose.py
0 → 100644
Please register or sign in to comment