LOLA
Exponential Struct Reference

#include <neuron.h>

Public Member Functions

 Exponential () SYMBOL_VISIBLE
 
 Exponential () SYMBOL_VISIBLE
 
bool operator!= (Exponential const &other) const SYMBOL_VISIBLE
 
bool operator!= (Exponential const &other) const 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
 
std::ostream & operator<< (std::ostream &os, Exponential const &config) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 246 of file neuron.h.

Constructor & Destructor Documentation

◆ Exponential() [1/2]

Exponential::Exponential ( )

◆ Exponential() [2/2]

Exponential::Exponential ( )

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

bool Exponential::operator== ( Exponential const &  other) const

◆ operator==() [2/2]

bool Exponential::operator== ( Exponential const &  other) const

Friends And Related Function Documentation

◆ operator<< [1/2]

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

◆ operator<< [2/2]

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

Member Data Documentation

◆ enable

bool Exponential::enable

Enable exponential term.

Definition at line 249 of file neuron.h.

◆ i_bias

AnalogValueVariant Exponential::i_bias

Bias current controlling the strength of the exponential term.

Definition at line 255 of file neuron.h.

◆ v_exp

AnalogValueVariant Exponential::v_exp

Threshold voltage for the exponential term.

Definition at line 252 of file neuron.h.


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