#include <gnn_node.h>
Collaboration diagram for _gnn_node:

.
.
.
, which is called upon execution of gnn_node_eval_dw.
, which is called upon execution of gnn_node_eval_dw.
Definition at line 160 of file gnn_node.h.
Data Fields | |
| const char * | type |
| int | n |
| int | m |
| gnn_phandle * | ph |
| gnn_pbundle * | pb |
| gsl_vector | x |
| gsl_vector | dy |
| gnn_node_destructor | destroy |
| gnn_node_f | f |
| gnn_node_df | dw |
| gnn_node_df | dx |
| gnn_node * | super |
| int | nsub |
| gnn_node ** | sub |
|
|
Destroy function pointer Definition at line 172 of file gnn_node.h. |
|
|
Definition at line 174 of file gnn_node.h. |
|
|
Definition at line 176 of file gnn_node.h. |
|
|
Last dy. Definition at line 170 of file gnn_node.h. |
|
|
Evaluation function Definition at line 173 of file gnn_node.h. |
|
|
The layer's output size Definition at line 164 of file gnn_node.h. |
|
|
The layer's input size Definition at line 163 of file gnn_node.h. |
|
|
Number of subnodes. Definition at line 180 of file gnn_node.h. |
|
|
Parameter bundle. Definition at line 167 of file gnn_node.h. |
|
|
Pointer to the parameter handle. Definition at line 166 of file gnn_node.h. |
|
|
Pointer to the subnode array. Definition at line 181 of file gnn_node.h. |
|
|
Pointer to the supernode. Definition at line 179 of file gnn_node.h. |
|
|
The layer's type. Definition at line 162 of file gnn_node.h. |
|
|
Last input. Definition at line 169 of file gnn_node.h. |
1.2.18