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

This commit is contained in:
AlexeyAB
2018-06-04 00:37:08 +03:00
parent 7359843a4b
commit 132251d723

View File

@ -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
}