shark::NormalizerNeuron< VectorType >::State Struct Reference

#include <shark/Models/NeuronLayers.h>

+ Inheritance diagram for shark::NormalizerNeuron< VectorType >::State:

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
 

Detailed Description

template<class VectorType = RealVector>
struct shark::NormalizerNeuron< VectorType >::State

Definition at line 149 of file NeuronLayers.h.

Member Function Documentation

◆ resize()

template<class VectorType = RealVector>
void shark::NormalizerNeuron< VectorType >::State::resize ( std::size_t  patterns)
inline

Definition at line 152 of file NeuronLayers.h.

Member Data Documentation

◆ norm

template<class VectorType = RealVector>
VectorType shark::NormalizerNeuron< VectorType >::State::norm

Definition at line 150 of file NeuronLayers.h.

Referenced by shark::NormalizerNeuron< VectorType >::evalInPlace().


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