mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
You can do: fuse_conv_batchnorm(network net) from DLL/SO-library
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user