From d3bdf7cfdfd695f3e4aadac92e6721c340047dd4 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 12 Apr 2018 10:33:51 +0000 Subject: [PATCH] Fixed compile with DEBUG=1 --- 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