-
- Downloads
AVX schedule for conv_NCHW[x]c (#1143)
* add conv2d_NCHWc compute template * add conv_NCHWc compute decl and schedules * allow default avx schedule * fix lint * remove unused schedule * remove import nnvm.reg * pass schedule object to compute and schedule
Showing
- topi/python/topi/nn/conv2d.py 55 additions, 0 deletionstopi/python/topi/nn/conv2d.py
- topi/python/topi/x86/conv2d.py 181 additions, 40 deletionstopi/python/topi/x86/conv2d.py
- topi/python/topi/x86/conv2d_avx_1x1.py 106 additions, 1 deletiontopi/python/topi/x86/conv2d_avx_1x1.py
- topi/python/topi/x86/conv2d_avx_common.py 109 additions, 1 deletiontopi/python/topi/x86/conv2d_avx_common.py
Loading
Please register or sign in to comment