Joseph Redmon
2014-08-11 176d65b76583803cf10194c4c70bdc51897f2ae3
src/softmax_layer.h
@@ -6,6 +6,7 @@
    int batch;
    float *delta;
    float *output;
    float *jacobian;
} softmax_layer;
softmax_layer *make_softmax_layer(int batch, int inputs);