Kaspersky Neuromorphic Platform
1.0.0
API Reference
|
Namespace for neuron traits. More...
Namespace for neuron traits.
using knp::neuron_traits::AllNeurons = boost::mp11::mp_list< BLIFATNeuron, SynapticResourceSTDPBLIFATNeuron, AltAILIF > |
List of neuron types.
To add a new neuron type to the list, define it in the ALL_NEURONS macro. For example,
Definition at line 51 of file all_traits.h.
using knp::neuron_traits::SynapticResourceSTDPBLIFATNeuron = SynapticResourceSTDPNeuron<BLIFATNeuron> |
BLIFAT neuron with additional resource-based STDP parameters.
Definition at line 32 of file stdp_type_traits.h.
|
strong |
Neuron state in the continuous spike generation period.
Definition at line 44 of file stdp_synaptic_resource_rule.h.
|
constexpr |
A tuple that contains string names of neuron types.
Definition at line 57 of file all_traits.h.