Try to fuse conv_xnor+shortcut -> conv_xnor

This commit is contained in:
AlexeyAB
2019-02-12 02:05:15 +03:00
parent 9e138adf09
commit 5448e07445
5 changed files with 51 additions and 18 deletions

View File

@ -457,6 +457,8 @@ struct layer {
float *binary_input_gpu;
float *binary_weights_gpu;
float *bin_conv_shortcut_in_gpu;
float *bin_conv_shortcut_out_gpu;
float * mean_gpu;
float * variance_gpu;