Optimized memory allocation for XNOR on CPU

This commit is contained in:
AlexeyAB
2019-02-12 22:16:11 +03:00
parent 449fcfed75
commit 28106c0fd8
4 changed files with 34 additions and 50 deletions

View File

@ -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;