Skip to content
Snippets Groups Projects
Commit bbb02de4 authored by Inna Kucher's avatar Inna Kucher
Browse files

fixing valid

parent 99b67d87
No related branches found
No related tags found
1 merge request!12Implementation of Max Pool in cpp
Pipeline #32507 failed
......@@ -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