#include <gnn_criterion.h>
Data Fields | |
| const char * | type |
| size_t | m |
| const gsl_vector * | y |
| const gsl_vector * | t |
| gnn_criterion_e | e |
| gnn_criterion_dy | dy |
| gnn_criterion_destructor | destroy |
|
|
Pointer to the criterion destructor function. Definition at line 104 of file gnn_criterion.h. |
|
|
Pointer to the gradient evaluation function. Definition at line 102 of file gnn_criterion.h. |
|
|
Pointer to the criterion evaluation function. Definition at line 100 of file gnn_criterion.h. |
|
|
The size Definition at line 94 of file gnn_criterion.h. |
|
|
Pointer to the last evaluated target. Definition at line 98 of file gnn_criterion.h. |
|
|
The criterion's type. Definition at line 93 of file gnn_criterion.h. |
|
|
Pointer to the last evaluated output. Definition at line 97 of file gnn_criterion.h. |
1.2.18