#include "gnn_utilities.h"#include "gnn_memory_input.h"Include dependency graph for gnn_memory_input.c:

Go to the source code of this file.
Data Structures | |
| struct | _gnn_memory_input |
Typedefs | |
| typedef _gnn_memory_input | gnn_memory_input |
| The datatype for memory inputs. | |
Functions | |
| const gsl_vector * | gnn_memory_input_get (gnn_input *set, size_t k) |
| The "get" function for a memory input set. | |
| void | gnn_memory_input_destroy (gnn_input *set) |
| Destroy function. | |
| gnn_input * | gnn_memory_input_new_from_matrix (gsl_matrix *m) |
| Builds an input set from a matrix. | |
| gnn_input * | gnn_memory_input_new_from_file (const char *filename) |
| Builds a input set from a file. | |
1.2.18