Joseph Redmon
2016-06-06 d790f21c9a56cc2eadb4f3ee5d3aed7f7b677178
src/blas.h
@@ -31,6 +31,7 @@
void smooth_l1_cpu(int n, float *pred, float *truth, float *delta, float *error);
void l2_cpu(int n, float *pred, float *truth, float *delta, float *error);
void weighted_sum_cpu(float *a, float *b, float *s, int num, float *c);
#ifdef GPU
void axpy_ongpu(int N, float ALPHA, float * X, int INCX, float * Y, int INCY);