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

Common templates for BLIFAT population. More...

#include <knp/backends/cpu-library/impl/blifat_population_impl.h>
#include <knp/backends/cpu-library/impl/synaptic_resource_stdp_impl.h>
+ Include dependency graph for blifat_population.h:

Go to the source code of this file.

Namespaces

namespace  knp
 General framework namespace.
 
namespace  knp::backends
 Namespace for implementation of concrete backends.
 
namespace  knp::backends::cpu
 Namespace for CPU backends.
 

Functions

template<class BlifatLikeNeuron >
std::optional< core::messaging::SpikeMessageknp::backends::cpu::calculate_blifat_population (knp::core::Population< BlifatLikeNeuron > &population, knp::core::MessageEndpoint &endpoint, size_t step_n)
 Make one execution step for a population of BLIFAT neurons.
 
template<class BlifatLikeNeuron , class BaseSynapseType , class ProjectionContainer >
std::optional< core::messaging::SpikeMessageknp::backends::cpu::calculate_resource_stdp_population (knp::core::Population< neuron_traits::SynapticResourceSTDPNeuron< BlifatLikeNeuron > > &population, ProjectionContainer &container, knp::core::MessageEndpoint &endpoint, size_t step_n)
 Make one execution step for a population of SynapticResourceSTDPNeuron neurons.
 
template<class BlifatLikeNeuron >
std::optional< knp::core::messaging::SpikeMessageknp::backends::cpu::calculate_blifat_population (knp::core::Population< BlifatLikeNeuron > &population, knp::core::MessageEndpoint &endpoint, size_t step_n, std::mutex &mutex)
 Make one execution step for a population of BLIFAT neurons.
 

Detailed Description

Common templates for BLIFAT population.

Developers: A. Vartenkov
Date
07.11.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 blifat_population.h.