From e50489bcd7f02276798ec5c4122a1618d4cfd058 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 19 Oct 2017 20:28:27 +0000 Subject: [PATCH] Try to compile with CUDA and OpenCV --- src/route_layer.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/route_layer.h b/src/route_layer.h index 77245a6..45467d9 100644 --- a/src/route_layer.h +++ b/src/route_layer.h @@ -8,6 +8,7 @@ route_layer make_route_layer(int batch, int n, int *input_layers, int *input_size); void forward_route_layer(const route_layer l, network_state state); void backward_route_layer(const route_layer l, network_state state); +void resize_route_layer(route_layer *l, network *net); #ifdef GPU void forward_route_layer_gpu(const route_layer l, network_state state); -- Gitblit v1.10.0