Joseph Redmon
2015-09-05 b5936b499abc94c0efffbcc99b5698574b59d860
src/layer.h
@@ -35,6 +35,7 @@
    int n;
    int groups;
    int size;
    int side;
    int stride;
    int pad;
    int crop_width;
@@ -60,6 +61,7 @@
    float probability;
    float scale;
    int *indexes;
    float *rand;
    float *cost;
@@ -101,4 +103,6 @@
    #endif
} layer;
void free_layer(layer);
#endif