#include "gnn_node.h"Include dependency graph for gnn_convergence.h:

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

Go to the source code of this file.
Data Structures | |
| struct | _gnn_convergence |
Typedefs | |
| typedef _gnn_convergence | gnn_convergence |
| The structure for a gnn_divergence : Input Divergence. node. | |
Functions | |
| gnn_node * | gnn_convergence_new (size_t input_size, size_t output_size) |
| Creates an input convergence node. | |
|
||||||||||||
|
This function creates a node of the gnn_divergence : Input Divergence. type.
Definition at line 229 of file gnn_convergence.c. |
1.2.18