From f1ad9a0487dc60c01e56bacb2a67de1e1006b4b7 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 05 Apr 2018 22:31:04 +0000 Subject: [PATCH] Compile fix --- 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