Joe Redmon
2015-11-26 37d7c1e79f65a75caf87e29a562d30c51cd654e5
src/layer.h
@@ -15,7 +15,8 @@
    ROUTE,
    COST,
    NORMALIZATION,
    AVGPOOL
    AVGPOOL,
    LOCAL
} LAYER_TYPE;
typedef enum{
@@ -129,11 +130,12 @@
    float * x_gpu;
    float * x_norm_gpu;
    float * weights_gpu;
    float * biases_gpu;
    float * scales_gpu;
    float * weight_updates_gpu;
    float * biases_gpu;
    float * bias_updates_gpu;
    float * scales_gpu;
    float * scale_updates_gpu;
    float * output_gpu;