From 00d483697a6e395ef6776320cd1e52a04f4367be Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 30 Apr 2014 23:17:40 +0000
Subject: [PATCH] Small updates
---
src/mini_blas.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mini_blas.h b/src/mini_blas.h
index 56e4fa7..31af193 100644
--- a/src/mini_blas.h
+++ b/src/mini_blas.h
@@ -5,6 +5,7 @@
float BETA,
float *C, int ldc);
float *random_matrix(int rows, int cols);
+void time_random_matrix(int TA, int TB, int m, int k, int n);
void im2row(float *image, int h, int w, int c, int size, int stride, float *matrix);
void im2col(float *image, int h, int w, int c, int size, int stride, float *matrix);
void im2col_cpu(float* data_im, const int channels,
--
Gitblit v1.10.0