#include "gnn_softmax.h"#include <math.h>Include dependency graph for gnn_softmax.c:

Go to the source code of this file.
Data Structures | |
| struct | _gnn_softmax |
Typedefs | |
| typedef _gnn_softmax | gnn_softmax |
Functions | |
| int | gnn_softmax_f (gnn_node *node, const gsl_vector *x, const gsl_vector *w, gsl_vector *y) |
| Computes the output. | |
| int | gnn_softmax_dx (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dx) |
Computes
. | |
| void | gnn_softmax_destroy (gnn_node *node) |
| Destroys the gnn_softmax specific data. | |
| gnn_node * | gnn_softmax_new (int input_size) |
| Creates a Softmax activation function node. | |
|
|
|
1.2.18