Detection is accelerated by 7 percent (fused conv and batch_norm layers)

This commit is contained in:
AlexeyAB
2018-04-03 16:42:00 +03:00
parent ee8a941922
commit 1b2c70f82a
4 changed files with 40 additions and 1 deletions

View File

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