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

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

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