From 1b2c70f82a9ec88c60bb277f9f5f0073c96691e7 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 03 Apr 2018 13:42:00 +0000
Subject: [PATCH] Detection is accelerated by 7 percent (fused conv and batch_norm layers)

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

diff --git a/src/network.h b/src/network.h
index 5b405c4..965693a 100644
--- a/src/network.h
+++ b/src/network.h
@@ -138,6 +138,7 @@
 
 int get_network_nuisance(network net);
 int get_network_background(network net);
+void fuse_conv_batchnorm(network net);
 
 #ifdef __cplusplus
 }

--
Gitblit v1.10.0