Refactored connected to use blas

This commit is contained in:
Joseph Redmon
2014-10-13 22:31:48 -07:00
parent 787d534560
commit 7756cccb79
5 changed files with 24 additions and 21 deletions

View File

@@ -21,9 +21,6 @@ typedef struct{
float *weight_adapt;
float *bias_adapt;
float *weight_momentum;
float *bias_momentum;
float *output;
float *delta;