LOLA
lola::vx::v2::AtomicNeuron::Exponential Struct Reference

#include <neuron.h>

Public Member Functions

 Exponential () SYMBOL_VISIBLE
 
bool operator!= (Exponential const &other) const SYMBOL_VISIBLE
 
bool operator== (Exponential const &other) const SYMBOL_VISIBLE
 

Public Attributes

bool enable
 Enable exponential term. More...
 
AnalogValueVariant i_bias
 Bias current controlling the strength of the exponential term. More...
 
AnalogValueVariant v_exp
 Threshold voltage for the exponential term. More...
 

Friends

std::ostream & operator<< (std::ostream &os, Exponential const &config) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 261 of file neuron.h.

Constructor & Destructor Documentation

◆ Exponential()

lola::vx::v2::AtomicNeuron::Exponential::Exponential ( )

Member Function Documentation

◆ operator!=()

bool lola::vx::v2::AtomicNeuron::Exponential::operator!= ( Exponential const &  other) const

◆ operator==()

bool lola::vx::v2::AtomicNeuron::Exponential::operator== ( Exponential const &  other) const

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
Exponential const &  config 
)
friend

Member Data Documentation

◆ enable

bool lola::vx::v2::AtomicNeuron::Exponential::enable

Enable exponential term.

Definition at line 264 of file neuron.h.

◆ i_bias

AnalogValueVariant lola::vx::v2::AtomicNeuron::Exponential::i_bias

Bias current controlling the strength of the exponential term.

Definition at line 270 of file neuron.h.

◆ v_exp

AnalogValueVariant lola::vx::v2::AtomicNeuron::Exponential::v_exp

Threshold voltage for the exponential term.

Definition at line 267 of file neuron.h.


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