Fix of an error

This commit is contained in:
julienChemillier 2022-11-03 11:04:47 +01:00
parent 03944c4e0f
commit ac76fa3f8b

View File

@ -52,6 +52,6 @@ void make_dense_linearised(Kernel_nn* kernel, float*** input, float* output, int
} }
} }
} }
output[l] = f/size_output; output[l] = f;
} }
} }