• Scott Cyphers's avatar
    Make channel inner loop of reference convolution (#2649) · 4b44442e
    Scott Cyphers authored
    Moving the channel part of the sum into an inner loop lets padding be ignored
    once per position rather than once per channel/position. This order of non-precise
    summation also seems to be closer to other convolution implementations.
    
    Add options to test generator for controlling precision of tests for debugging purposes,
    and fix another python3 problem.
    4b44442e
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...