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

fixing missing variable

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