-
- Downloads
Add count_include_pad support to AvgPool (#1163)
* Add count_include_pad support to AvgPool * Fix python_cpp/test_topi_pooling.py * Change auto to explicitly type, and fix format.
Showing
- CONTRIBUTORS.md 1 addition, 0 deletionsCONTRIBUTORS.md
- topi/include/topi/nn/pooling.h 23 additions, 4 deletionstopi/include/topi/nn/pooling.h
- topi/python/topi/nn/pooling.py 12 additions, 2 deletionstopi/python/topi/nn/pooling.py
- topi/src/topi.cc 1 addition, 1 deletiontopi/src/topi.cc
- topi/tests/python/test_topi_pooling.py 14 additions, 6 deletionstopi/tests/python/test_topi_pooling.py
- topi/tests/python_cpp/test_topi_pooling.py 13 additions, 5 deletionstopi/tests/python_cpp/test_topi_pooling.py
Loading
Please register or sign in to comment