mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
stuff
This commit is contained in:
@ -35,6 +35,7 @@ float constrain(float min, float max, float a);
|
||||
float mse_array(float *a, int n);
|
||||
float rand_normal();
|
||||
float rand_uniform(float min, float max);
|
||||
int rand_int(int min, int max);
|
||||
float sum_array(float *a, int n);
|
||||
float mean_array(float *a, int n);
|
||||
void mean_arrays(float **a, int n, int els, float *avg);
|
||||
|
Reference in New Issue
Block a user