Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
Loading...
Searching...
No Matches
NeuralEdgeProperties Struct Reference

The structure to hold the edge properties. More...

#include <Global.h>

Public Attributes

int source
 
int target
 
double weight
 

Detailed Description

The structure to hold the edge properties.

Definition at line 256 of file Global.h.

Member Data Documentation

◆ source

int NeuralEdgeProperties::source

Definition at line 257 of file Global.h.

◆ target

int NeuralEdgeProperties::target

Definition at line 258 of file Global.h.

◆ weight

double NeuralEdgeProperties::weight

Definition at line 259 of file Global.h.


The documentation for this struct was generated from the following file: