From bb48b9c992e2f48bff2432a0387681cad0c98dec Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 23 Aug 2018 00:00:48 +0000
Subject: [PATCH] Merge branch 'master' of github.com:AlexeyAB/darknet
---
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