Joseph Redmon
2015-09-05 b5936b499abc94c0efffbcc99b5698574b59d860
src/convolutional_layer.h
@@ -38,6 +38,8 @@
int convolutional_out_height(convolutional_layer layer);
int convolutional_out_width(convolutional_layer layer);
void rescale_filters(convolutional_layer l, float scale, float trans);
void rgbgr_filters(convolutional_layer l);
#endif