[TOPI] Add dilation argument to conv2d and depthwise_conv2d (#1970)
Showing
- nnvm/python/nnvm/top/nn.py 8 additions, 16 deletionsnnvm/python/nnvm/top/nn.py
- python/tvm/autotvm/tophub.py 7 additions, 7 deletionspython/tvm/autotvm/tophub.py
- tests/python/unittest/test_lang_tensor_overload_op.py 2 additions, 1 deletiontests/python/unittest/test_lang_tensor_overload_op.py
- topi/python/topi/arm_cpu/conv2d.py 35 additions, 9 deletionstopi/python/topi/arm_cpu/conv2d.py
- topi/python/topi/cuda/conv2d.py 14 additions, 29 deletionstopi/python/topi/cuda/conv2d.py
- topi/python/topi/cuda/conv2d_int8.py 27 additions, 92 deletionstopi/python/topi/cuda/conv2d_int8.py
- topi/python/topi/cuda/conv2d_winograd.py 52 additions, 37 deletionstopi/python/topi/cuda/conv2d_winograd.py
- topi/python/topi/generic/nn.py 0 additions, 18 deletionstopi/python/topi/generic/nn.py
- topi/python/topi/mali/conv2d.py 21 additions, 6 deletionstopi/python/topi/mali/conv2d.py
- topi/python/topi/nn/conv2d.py 61 additions, 49 deletionstopi/python/topi/nn/conv2d.py
- topi/python/topi/nn/depthwise_conv2d.py 32 additions, 6 deletionstopi/python/topi/nn/depthwise_conv2d.py
- topi/python/topi/rocm/conv2d.py 6 additions, 23 deletionstopi/python/topi/rocm/conv2d.py
- topi/python/topi/x86/conv2d.py 25 additions, 11 deletionstopi/python/topi/x86/conv2d.py
- topi/tests/python/test_topi_conv2d_hwcn.py 1 addition, 2 deletionstopi/tests/python/test_topi_conv2d_hwcn.py
- topi/tests/python/test_topi_conv2d_int8.py 2 additions, 3 deletionstopi/tests/python/test_topi_conv2d_int8.py
- topi/tests/python/test_topi_conv2d_nchw.py 3 additions, 4 deletionstopi/tests/python/test_topi_conv2d_nchw.py
- topi/tests/python/test_topi_conv2d_nhwc.py 3 additions, 4 deletionstopi/tests/python/test_topi_conv2d_nhwc.py
- topi/tests/python/test_topi_conv2d_winograd.py 2 additions, 3 deletionstopi/tests/python/test_topi_conv2d_winograd.py
- topi/tests/python/test_topi_depthwise_conv2d.py 8 additions, 9 deletionstopi/tests/python/test_topi_depthwise_conv2d.py
- tutorials/autotvm/tune_conv2d_cuda.py 1 addition, 1 deletiontutorials/autotvm/tune_conv2d_cuda.py
Loading
Please register or sign in to comment