-
- Downloads
add conv2d transpose and fix bugs (#1566)
Showing
- nnvm/include/nnvm/top/nn.h 5 additions, 0 deletionsnnvm/include/nnvm/top/nn.h
- nnvm/python/nnvm/testing/dcgan.py 11 additions, 8 deletionsnnvm/python/nnvm/testing/dcgan.py
- nnvm/python/nnvm/top/nn.py 5 additions, 1 deletionnnvm/python/nnvm/top/nn.py
- nnvm/src/top/nn/convolution.cc 1 addition, 1 deletionnnvm/src/top/nn/convolution.cc
- nnvm/tests/python/frontend/mxnet/model_zoo/dcgan.py 11 additions, 8 deletionsnnvm/tests/python/frontend/mxnet/model_zoo/dcgan.py
- python/tvm/autotvm/measure/measure_methods.py 3 additions, 1 deletionpython/tvm/autotvm/measure/measure_methods.py
- python/tvm/autotvm/task/dispatcher.py 28 additions, 3 deletionspython/tvm/autotvm/task/dispatcher.py
- python/tvm/autotvm/task/nnvm_integration.py 12 additions, 1 deletionpython/tvm/autotvm/task/nnvm_integration.py
- python/tvm/autotvm/tophub.py 15 additions, 3 deletionspython/tvm/autotvm/tophub.py
- python/tvm/autotvm/tuner/callback.py 2 additions, 2 deletionspython/tvm/autotvm/tuner/callback.py
- topi/python/topi/arm_cpu/__init__.py 1 addition, 0 deletionstopi/python/topi/arm_cpu/__init__.py
- topi/python/topi/arm_cpu/conv2d.py 13 additions, 11 deletionstopi/python/topi/arm_cpu/conv2d.py
- topi/python/topi/arm_cpu/conv2d_transpose.py 144 additions, 0 deletionstopi/python/topi/arm_cpu/conv2d_transpose.py
- topi/python/topi/arm_cpu/depthwise_conv2d.py 11 additions, 6 deletionstopi/python/topi/arm_cpu/depthwise_conv2d.py
- topi/python/topi/nn/conv2d_transpose.py 6 additions, 2 deletionstopi/python/topi/nn/conv2d_transpose.py
- topi/tests/python/test_topi_conv2d.py 1 addition, 1 deletiontopi/tests/python/test_topi_conv2d.py
- topi/tests/python/test_topi_conv2d_transpose_nchw.py 1 addition, 1 deletiontopi/tests/python/test_topi_conv2d_transpose_nchw.py
- tutorials/autotvm/tune_nnvm_arm.py 28 additions, 30 deletionstutorials/autotvm/tune_nnvm_arm.py
- tutorials/nnvm_quick_start.py 1 addition, 1 deletiontutorials/nnvm_quick_start.py
Loading
Please register or sign in to comment