Joseph Redmon
2015-09-22 54d761cf9efa6c77e96855ea80156b0fcd81195d
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