Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
all_traits.h File Reference

List of all neuron type traits. More...

#include <knp/meta/stringify.h>
#include <boost/mp11.hpp>
#include "altai_lif.h"
#include "blifat.h"
#include "stdp_synaptic_resource_rule.h"
#include "stdp_type_traits.h"
+ Include dependency graph for all_traits.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  knp
 General framework namespace.
 
namespace  knp::neuron_traits
 Namespace for neuron traits.
 

Macros

#define ALL_NEURONS   BLIFATNeuron, SynapticResourceSTDPBLIFATNeuron, AltAILIF
 Comma-separated list of neuron tags.
 

Typedefs

using knp::neuron_traits::AllNeurons = boost::mp11::mp_list< BLIFATNeuron, SynapticResourceSTDPBLIFATNeuron, AltAILIF >
 List of neuron types.
 

Variables

constexpr auto knp::neuron_traits::neurons_names = KNP_MAKE_TUPLE( BLIFATNeuron, SynapticResourceSTDPBLIFATNeuron, AltAILIF )
 A tuple that contains string names of neuron types.
 

Detailed Description

List of all neuron type traits.

Developers: Artiom N.
Date
22.03.2023
License: Apache 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file all_traits.h.

Macro Definition Documentation

◆ ALL_NEURONS

#define ALL_NEURONS   BLIFATNeuron, SynapticResourceSTDPBLIFATNeuron, AltAILIF

Comma-separated list of neuron tags.

Definition at line 41 of file all_traits.h.