#include "gnn_criterion.h"Include dependency graph for gnn_cross_entropy.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | GNN_CROSS_ENTROPY_EPS 0.0001 |
| Minimum value to be evaluated in a logarithm. | |
Functions | |
| gnn_criterion * | gnn_cross_entropy_new (size_t size) |
| Creates a new gnn_cross_entropy criterion. | |
|
|
This function creates a new gnn_cross_entropy criterion of the given size.
Definition at line 204 of file gnn_cross_entropy.c. |
1.2.18