![]() |
darknet
v3
|


Go to the source code of this file.
Typedefs | |
| typedef layer | softmax_layer |
Functions | |
| void | softmax_array (float *input, int n, float temp, float *output) |
| softmax_layer | make_softmax_layer (int batch, int inputs, int groups) |
| void | forward_softmax_layer (const softmax_layer l, network net) |
| void | backward_softmax_layer (const softmax_layer l, network net) |
| typedef layer softmax_layer |
Definition at line 6 of file softmax_layer.h.
| void backward_softmax_layer | ( | const softmax_layer | l, |
| network | net | ||
| ) |
Definition at line 59 of file softmax_layer.c.
| void forward_softmax_layer | ( | const softmax_layer | l, |
| network | net | ||
| ) |
Definition at line 39 of file softmax_layer.c.
| softmax_layer make_softmax_layer | ( | int | batch, |
| int | inputs, | ||
| int | groups | ||
| ) |
Definition at line 11 of file softmax_layer.c.
| void softmax_array | ( | float * | input, |
| int | n, | ||
| float | temp, | ||
| float * | output | ||
| ) |
1.8.13