You can do: fuse_conv_batchnorm(network net) from DLL/SO-library

pull/981/head^2
AlexeyAB 7 years ago
parent 7359843a4b
commit 132251d723
  1. 2
      src/network.h

@ -147,7 +147,7 @@ YOLODLL_API int network_height(network *net);
int get_network_nuisance(network net);
int get_network_background(network net);
void fuse_conv_batchnorm(network net);
YOLODLL_API void fuse_conv_batchnorm(network net);
#ifdef __cplusplus
}

Loading…
Cancel
Save