From 31b6b0bad3e9111aac4792ebfe37218835ce8efc Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 22 Aug 2018 23:44:21 +0000
Subject: [PATCH] XNOR-net 4x acceleration on CPU for yolov2-tiny - 22 FPS (CPU Core i7 6700K)

---
 src/layer.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/layer.h b/src/layer.h
index bd8518a..72a63e9 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -182,6 +182,7 @@
     char *align_bit_weights;
     float *mean_arr;
     int lda_align;
+    int bit_align;
 
     float *col_image;
     int   * input_layers;

--
Gitblit v1.10.0