Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
knp::synapse_traits::STDP< Rule, Synapse > Struct Template Reference

Common template for the all STDP implementations. More...

+ Collaboration diagram for knp::synapse_traits::STDP< Rule, Synapse >:

Detailed Description

template<template< typename > typename Rule, typename Synapse>
struct knp::synapse_traits::STDP< Rule, Synapse >

Common template for the all STDP implementations.

Note
It defines a synapse type that can be used as a wrapper over a base synapse.
Template Parameters
Ruletype of learning rule that is applied to the base synapse. See STDPSynapticResourceRule.
Synapsetype of base synapse.

Definition at line 41 of file stdp_common.h.


The documentation for this struct was generated from the following file: