#include "gnn_input.h"Include dependency graph for gnn_constant_input.h:

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

Go to the source code of this file.
Functions | |
| gnn_input * | gnn_constant_input_new_from_vector (const gsl_vector *v) |
| Builds an input set from a vector. | |
| gnn_input * | gnn_constant_input_new (size_t n, double value) |
| Builds a input set with the given value. | |
|
||||||||||||
|
This function creates a new gnn_memory_input : Memory Input Samples.. The resulting input sampler has a single sample vector of the given size. All its elements have the same value.
Definition at line 175 of file gnn_constant_input.c. |
|
|
This function creates a new gnn_memory_input : Memory Input Samples. from a vector.
Definition at line 137 of file gnn_constant_input.c. |
1.2.18