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

General projection interface. More...

#include <knp/core/core.h>
#include <knp/core/uid.h>
#include <knp/synapse-traits/all_traits.h>
#include <algorithm>
#include <functional>
#include <optional>
#include <tuple>
#include <unordered_map>
#include <utility>
#include <vector>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index_container.hpp>
+ Include dependency graph for projection.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  knp::core::Projection< SynapseType >
 The Projection class is a definition of similar connections between the neurons of two populations. More...
 
struct  knp::core::Projection< SynapseType >::SharedSynapseParametersT< SynapseT >
 Shared synapse parameters for the non-STDP variant of the projection. More...
 
struct  knp::core::Projection< SynapseType >::SharedSynapseParametersT< knp::synapse_traits::STDP< Rule, SynapseT > >
 Structure for the parameters shared between synapses for STDP. More...
 

Namespaces

namespace  knp
 General framework namespace.
 
namespace  knp::core
 Core library namespace.
 

Typedefs

using knp::core::AllProjections = boost::mp11::mp_transform<knp::core::Projection, knp::synapse_traits::AllSynapses>
 List of projection types based on synapse types specified in knp::synapse_traits::AllSynapses.
 
using knp::core::AllProjectionsVariant = boost::mp11::mp_rename<AllProjections, std::variant>
 Projection variant that contains any projection type specified in AllProjections.
 

Enumerations

enum  knp::core::SynapseElementAccess { knp::core::synapse_data = 0 , knp::core::source_neuron_id = 1 , knp::core::target_neuron_id = 2 }
 Enumeration used to access connection. More...
 

Detailed Description

General projection interface.

Developers: Artiom N.
Date
18.01.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 projection.h.