[TOPI] parallel schedule improve for x86 & layout_transform support (#1130)
* add layout_transform. add schedule support for ndim>=5 for x86 * fix lint
Showing
- topi/include/topi/nn.h 22 additions, 0 deletionstopi/include/topi/nn.h
- topi/python/topi/generic/nn.py 27 additions, 0 deletionstopi/python/topi/generic/nn.py
- topi/python/topi/x86/__init__.py 1 addition, 0 deletionstopi/python/topi/x86/__init__.py
- topi/python/topi/x86/injective.py 4 additions, 6 deletionstopi/python/topi/x86/injective.py
- topi/python/topi/x86/nn.py 13 additions, 36 deletionstopi/python/topi/x86/nn.py
- topi/python/topi/x86/pooling.py 95 additions, 0 deletionstopi/python/topi/x86/pooling.py
topi/python/topi/x86/pooling.py
0 → 100644
Please register or sign in to comment