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

Initializing routines for backend. More...

#include <knp/core/message_endpoint.h>
#include <knp/core/messaging/messaging.h>
#include <knp/core/projection.h>
#include <spdlog/spdlog.h>
#include <string>
#include <tuple>
#include <variant>
+ Include dependency graph for init.h:

Go to the source code of this file.

Classes

struct  knp::backends::cpu::subscribe_stdp_projection< SynapseType >
 The "null" subscriber. More...
 
struct  knp::backends::cpu::subscribe_stdp_projection< knp::synapse_traits::STDP< Rule, SynapseType > >
 STDP projection subscriber. More...
 

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<typename ProjectionContainer >
void knp::backends::cpu::init (const ProjectionContainer &projections, knp::core::MessageEndpoint &message_endpoint)
 Initialize backend.
 

Detailed Description

Initializing routines for backend.

Developers: Artiom N.
Date
17.08.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 init.h.