mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Optimized memory allocation for XNOR on CPU
This commit is contained in:
@ -365,7 +365,9 @@ struct layer {
|
||||
float *c_cpu;
|
||||
float *dc_cpu;
|
||||
|
||||
float * binary_input;
|
||||
float *binary_input;
|
||||
uint32_t *bin_re_packed_input;
|
||||
char *t_bit_input;
|
||||
|
||||
struct layer *input_layer;
|
||||
struct layer *self_layer;
|
||||
|
Reference in New Issue
Block a user