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

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

Go to the source code of this file.
Data Structures | |
| struct | _gnn_affine |
Typedefs | |
| typedef _gnn_affine | gnn_affine |
| The structure for a gnn_affine : Affine Activation Function. node. | |
Functions | |
| gnn_node * | gnn_affine_new (int input_size, double a, double b) |
| Creates an Affine Activation Function node. | |
| gnn_node * | gnn_affine_standard_new (int input_size) |
| Creates a standard Affine Activation Function node. | |
|
||||||||||||||||
|
This function creates a node of the gnn_affine type. Although the parameters
Definition at line 235 of file gnn_affine.c. |
|
|
This function creates a node of the gnn_affine type. The parameters are initialized with amplitudes
Definition at line 340 of file gnn_affine.c. |
1.2.18