mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
XNOR-net on CPU AVX2
This commit is contained in:
@ -151,6 +151,7 @@ YOLODLL_API void optimize_picture(network *net, image orig, int max_layer, float
|
||||
int get_network_nuisance(network net);
|
||||
int get_network_background(network net);
|
||||
YOLODLL_API void fuse_conv_batchnorm(network net);
|
||||
YOLODLL_API void calculate_binary_weights(network net);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user