From c7c1e0e7b719711ddaf13f128a18e6830d5941e3 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 05 Feb 2016 08:15:12 +0000
Subject: [PATCH] rnn stuff

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

diff --git a/src/utils.h b/src/utils.h
index 1b9ba08..96bd6cf 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -34,9 +34,10 @@
 float constrain(float min, float max, float a);
 float mse_array(float *a, int n);
 float rand_normal();
-float rand_uniform();
+float rand_uniform(float min, float 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);
 float variance_array(float *a, int n);
 float mag_array(float *a, int n);
 float **one_hot_encode(float *a, int n, int k);

--
Gitblit v1.10.0