Nist NIN testing multi-crop

This commit is contained in:
Joseph Redmon
2014-08-11 12:52:07 -07:00
parent 7add111509
commit 176d65b765
11 changed files with 288 additions and 51 deletions

View File

@ -21,6 +21,7 @@ int max_index(float *a, int n);
float constrain(float a, float max);
float rand_normal();
float rand_uniform();
float sum_array(float *a, int n);
float mean_array(float *a, int n);
float variance_array(float *a, int n);
float **one_hot_encode(float *a, int n, int k);