Skip to content
Snippets Groups Projects
Commit 4507c66d 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 b2107a2f bbb02de4
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ void MaxPoolingImpl2D_cpu_forward_kernel(const MaxPooling_Op<2>::Parameters &par
if (!valid || value > poolValue) {
poolValue = value;
valid = true;
}
}
}
......
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