-
- Downloads
Refine porting x86 NCHWc conv to AutoTVM (#1993)
Showing
- nnvm/python/nnvm/top/nn.py 5 additions, 12 deletionsnnvm/python/nnvm/top/nn.py
- python/tvm/autotvm/task/dispatcher.py 81 additions, 32 deletionspython/tvm/autotvm/task/dispatcher.py
- python/tvm/autotvm/task/space.py 13 additions, 1 deletionpython/tvm/autotvm/task/space.py
- python/tvm/autotvm/task/task.py 9 additions, 6 deletionspython/tvm/autotvm/task/task.py
- python/tvm/autotvm/task/topi_integration.py 7 additions, 10 deletionspython/tvm/autotvm/task/topi_integration.py
- topi/python/topi/generic/nn.py 2 additions, 20 deletionstopi/python/topi/generic/nn.py
- topi/python/topi/hls/nn.py 1 addition, 20 deletionstopi/python/topi/hls/nn.py
- topi/python/topi/intel_graphics/conv2d.py 2 additions, 3 deletionstopi/python/topi/intel_graphics/conv2d.py
- topi/python/topi/nn/conv2d.py 1 addition, 56 deletionstopi/python/topi/nn/conv2d.py
- topi/python/topi/x86/conv2d.py 108 additions, 408 deletionstopi/python/topi/x86/conv2d.py
- topi/python/topi/x86/conv2d_avx_1x1.py 24 additions, 104 deletionstopi/python/topi/x86/conv2d_avx_1x1.py
- topi/python/topi/x86/conv2d_avx_common.py 19 additions, 96 deletionstopi/python/topi/x86/conv2d_avx_common.py
- topi/recipe/conv/test_conv_int8_intel.py 6 additions, 21 deletionstopi/recipe/conv/test_conv_int8_intel.py
- topi/tests/python/test_topi_conv2d_NCHWc.py 206 additions, 0 deletionstopi/tests/python/test_topi_conv2d_NCHWc.py
- tutorials/autotvm/tune_nnvm_x86.py 3 additions, 12 deletionstutorials/autotvm/tune_nnvm_x86.py
Loading
Please register or sign in to comment