src/layer.h
@@ -15,6 +15,7 @@ ROUTE, COST, NORMALIZATION, REGION, AVGPOOL } LAYER_TYPE; @@ -34,6 +35,7 @@ int n; int groups; int size; int side; int stride; int pad; int crop_width; @@ -49,6 +51,7 @@ int objectness; int does_cost; int joint; int noadjust; float alpha; float beta; @@ -58,6 +61,7 @@ float probability; float scale; int *indexes; float *rand; float *cost; @@ -99,4 +103,6 @@ #endif } layer; void free_layer(layer); #endif