#include <shark/Models/NeuronLayers.h>
Public Member Functions | |
void | resize (std::size_t patterns) |
Public Member Functions inherited from shark::State | |
virtual | ~State () |
prevents that this class can be instantiated More... | |
template<class DerivedStateType > | |
DerivedStateType const & | toState () const |
Safely downcast State to it's derived type. More... | |
template<class DerivedStateType > | |
DerivedStateType & | toState () |
Public Attributes | |
VectorType | norm |
Definition at line 149 of file NeuronLayers.h.
|
inline |
Definition at line 152 of file NeuronLayers.h.
VectorType shark::NormalizerNeuron< VectorType >::State::norm |
Definition at line 150 of file NeuronLayers.h.
Referenced by shark::NormalizerNeuron< VectorType >::evalInPlace().