Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gnn_parallel.c File Reference

#include "gnn_parallel.h"
#include <assert.h>

Include dependency graph for gnn_parallel.c:

Include dependency graph

Go to the source code of this file.

Functions

int gnn_parallel_f (gnn_node *node, const gsl_vector *x, const gsl_vector *w, gsl_vector *y)
 Computes the output.

int gnn_parallel_dx (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dx)
 Computes .

int gnn_parallel_dw (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dw)
 Computes .

void gnn_parallel_destroy (gnn_node *node)
 Frees the gnn_parallel specific data.

gnn_nodegnn_parallel_new (size_t size,...)
 Creates a gnn_parallel node.

gnn_nodegnn_parallel_new_with_node_vector (gnn_node_vector *v)
 Creates a gnn_parallel node with a given node vector.

int gnn_parallel_get_input_offset (gnn_node *node, int i)
 Gets the offset of the i-th subnode's input.

int gnn_parallel_get_input_length (gnn_node *node, int i)
 Gets the length of the i-th subnode's input.

int gnn_parallel_get_output_offset (gnn_node *node, int i)
 Gets the offset of the i-th subnode's output.

int gnn_parallel_get_output_length (gnn_node *node, int i)
 Gets the length of the i-th subnode's output.


Generated on Sun Jun 13 20:51:05 2004 for libgnn Gradient Retropropagation Machine Library by doxygen1.2.18