Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
Public Member Functions | |
GpuSInputPoisson (TiXmlElement *parms) | |
The constructor for GpuSInputPoisson. | |
~GpuSInputPoisson () | |
destructor | |
virtual void | init () |
Initialize data. | |
virtual void | term () |
Terminate process. | |
virtual void | inputStimulus () |
Process input stimulus for each time step. | |
![]() | |
SInputPoisson (TiXmlElement *parms) | |
The constructor for SInputPoisson. | |
![]() |
Additional Inherited Members | |
![]() | |
bool | fSInput |
True if stimuls input is on. | |
BGFLOAT | weight |
synapse weight | |
BGFLOAT | lambda |
inverse firing rate | |
vector< int > | nISIs |
interval counter | |
unique_ptr< AllEdges > | edges_ |
List of synapses. | |
unique_ptr< bool[]> | masks |
Masks for stimulus input. | |
Definition at line 20 of file GpuSInputPoisson.h.
GpuSInputPoisson::GpuSInputPoisson | ( | TiXmlElement * | parms | ) |
The constructor for GpuSInputPoisson.
constructor
[in] | psi | Pointer to the simulation information |
[in] | parms | TiXmlElement to examine. |
Definition at line 20 of file GpuSInputPoisson.cu.
GpuSInputPoisson::~GpuSInputPoisson | ( | ) |
destructor
Definition at line 25 of file GpuSInputPoisson.cu.
|
virtual |
Initialize data.
Initialize data.
[in] | psi | Pointer to the simulation information. |
Reimplemented from SInputPoisson.
Definition at line 32 of file GpuSInputPoisson.cu.
|
virtual |
Process input stimulus for each time step.
Process input stimulus for each time step. Apply inputs on summationPoint.
[in] | psi | Pointer to the simulation information. |
Implements ISInput.
Definition at line 66 of file GpuSInputPoisson.cu.
|
virtual |
Terminate process.
Terminate process.
[in] | psi | Pointer to the simulation information. |
Reimplemented from SInputPoisson.
Definition at line 54 of file GpuSInputPoisson.cu.