mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Bias updates bug fix
This commit is contained in:
@ -22,6 +22,7 @@ void scale_array(float *a, int n, float s);
|
||||
void translate_array(float *a, int n, float s);
|
||||
int max_index(float *a, int n);
|
||||
float constrain(float a, float max);
|
||||
float mse_array(float *a, int n);
|
||||
float rand_normal();
|
||||
float rand_uniform();
|
||||
float sum_array(float *a, int n);
|
||||
|
Reference in New Issue
Block a user