MaxPooling2D backward implementation for CPU backend
Context
Through this Merge-Request is illustrated the code for the backward cpu implementation of Maxpool2D operator (find related issue here).
Modified files
-
include/aidge/backend/cpu/operator/MaxPoolingImpl.hpp
,include/aidge/backend/cpu/operator/MaxPoolingImpl_kernels.hpp
,src/operator/MaxPoolingImpl.cpp
: add backward implementation for the operator -
unit_tests/operator/Test_MaxPoolingImpl.cpp
: Add unit tests for MaxPool backward
Edited by Adam Maroni
Merge request reports
Activity
Filter activity
@adamaroni Looks good, could you rebase?
added 46 commits
-
5735d381...bd42c132 - 44 commits from branch
eclipse/aidge:dev
- f1813259 - Refactoring of MaxPoolingImpl_kernels.hpp
- 993b769e - [Issue #250]: Add backward CPU implementation and unit testing for MaxPooling2D CPU
-
5735d381...bd42c132 - 44 commits from branch
assigned to @adamaroni
requested review from @olivierbichler
added Feature 🚀 label
changed milestone to %aidge v0.6.0
enabled an automatic merge when all merge checks for 993b769e pass
Please register or sign in to reply