From 4d9a2bdac688f9c949b304dde8188a40efce1b49 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Wed, 11 Apr 2018 20:04:23 +0000 Subject: [PATCH] Minor fixes --- 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