From 2c6d4ba1d5cffd26c5c9527175d565a81226e18d Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 19 Feb 2014 21:41:44 +0000
Subject: [PATCH] Single image feature extraction for VOC

---
 src/utils.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/utils.h b/src/utils.h
index 8185107..6fe0343 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -20,6 +20,7 @@
 int max_index(float *a, int n);
 float constrain(float a, float max);
 float rand_normal();
+float rand_uniform();
 float mean_array(float *a, int n);
 float variance_array(float *a, int n);
 float **one_hot_encode(float *a, int n, int k);

--
Gitblit v1.10.0