• Brian Pickrell's avatar
    Pooling op. calculation changes (#1823) · bb06dbf5
    Brian Pickrell authored
    Changes to the way Pooling operation calculates pooling when there's padding. Old code would clip off any padding values before computing; for instance if an Average pooling window contained 0 1 2 where the 0 is padding, the result was 1.5 instead of 1.0. See Issue 1766
    bb06dbf5
ref_ops_test.cpp 378 KB