mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
99 problems
This commit is contained in:
@ -8,8 +8,10 @@ typedef struct{
|
||||
float probability;
|
||||
float scale;
|
||||
float *rand;
|
||||
float *output;
|
||||
#ifdef GPU
|
||||
cl_mem rand_cl;
|
||||
cl_mem output_cl;
|
||||
#endif
|
||||
} dropout_layer;
|
||||
|
||||
|
Reference in New Issue
Block a user