mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Refactored connected to use blas
This commit is contained in:
@@ -21,9 +21,6 @@ typedef struct{
|
||||
float *weight_adapt;
|
||||
float *bias_adapt;
|
||||
|
||||
float *weight_momentum;
|
||||
float *bias_momentum;
|
||||
|
||||
float *output;
|
||||
float *delta;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user