From d75854c0fddb7f1931a7afbc8c399dc3eb4e28c3 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 12 Apr 2018 16:31:36 +0000 Subject: [PATCH] Minor 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