From 8fa9f44211e5b06a5e4c0859eb31af6a45492222 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 12 Sep 2017 14:16:21 +0000
Subject: [PATCH] Improved speed of yolo_console_dll.cpp - 40 FPS on 4K using GeForce GTX 960

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

diff --git a/src/batchnorm_layer.h b/src/batchnorm_layer.h
index 61810b6..99d1d0f 100644
--- a/src/batchnorm_layer.h
+++ b/src/batchnorm_layer.h
@@ -12,6 +12,8 @@
 #ifdef GPU
 void forward_batchnorm_layer_gpu(layer l, network_state state);
 void backward_batchnorm_layer_gpu(layer l, network_state state);
+void pull_batchnorm_layer(layer l);
+void push_batchnorm_layer(layer l);
 #endif
 
 #endif

--
Gitblit v1.10.0