mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Detection is accelerated by 7 percent (fused conv and batch_norm layers)
This commit is contained in:
@ -138,6 +138,7 @@ void free_detections(detection *dets, int n);
|
||||
|
||||
int get_network_nuisance(network net);
|
||||
int get_network_background(network net);
|
||||
void fuse_conv_batchnorm(network net);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user