mirror of
https://github.com/augustin64/projet-tipe
synced 2025-04-22 13:23:53 +02:00
Fix of an error
This commit is contained in:
parent
03944c4e0f
commit
ac76fa3f8b
@ -52,6 +52,6 @@ void make_dense_linearised(Kernel_nn* kernel, float*** input, float* output, int
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
output[l] = f/size_output;
|
output[l] = f;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user