-
- Downloads
[TOPI] 1bit dense operator on x86_64 (#629)
* add x86_64 target * add binary dense operator * rebase * improve schedule * remove x86 target * improve schedule
Showing
- topi/python/topi/generic/nn.py 36 additions, 0 deletionstopi/python/topi/generic/nn.py
- topi/python/topi/nn/__init__.py 1 addition, 0 deletionstopi/python/topi/nn/__init__.py
- topi/python/topi/nn/bnn.py 79 additions, 0 deletionstopi/python/topi/nn/bnn.py
- topi/python/topi/x86/__init__.py 2 additions, 0 deletionstopi/python/topi/x86/__init__.py
- topi/python/topi/x86/binarize_pack.py 38 additions, 0 deletionstopi/python/topi/x86/binarize_pack.py
- topi/python/topi/x86/binary_dense.py 55 additions, 0 deletionstopi/python/topi/x86/binary_dense.py
- topi/tests/python/test_topi_bnn.py 55 additions, 0 deletionstopi/tests/python/test_topi_bnn.py
topi/python/topi/nn/bnn.py
0 → 100644
topi/python/topi/x86/binarize_pack.py
0 → 100644
topi/python/topi/x86/binary_dense.py
0 → 100644
topi/tests/python/test_topi_bnn.py
0 → 100644
Please register or sign in to comment