From a0a2e6b50096c92de8cea2eba32a71537bc5f2c8 Mon Sep 17 00:00:00 2001
From: Edmond Yoo <hj3yoo@uwaterloo.ca>
Date: Sun, 16 Sep 2018 03:15:34 +0000
Subject: [PATCH] Merge branch 'master' of https://github.com/hj3yoo/darknet
---
src/layer.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index 224f77a..72a63e9 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -181,6 +181,8 @@
char *align_bit_weights;
float *mean_arr;
+ int lda_align;
+ int bit_align;
float *col_image;
int * input_layers;
--
Gitblit v1.10.0