Skip to content
Snippets Groups Projects
Commit b2107a2f authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Merge branch 'maxPoolImplem' of...

Merge branch 'maxPoolImplem' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cpu into maxPoolImplem
parents 9bab0a91 99b67d87
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ void MaxPoolingImpl2D_cpu_forward_kernel(const MaxPooling_Op<2>::Parameters &par
const std::size_t iy = oy * std::get<0>(params)[1];
I poolValue(0.0);
bool valid = false;
for (unsigned int channel = 0; channel < dims[1];
++channel){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment