ParametersVisitor Class Reference

ParametersVisitor exposes the parameters set of the given module and stores the parameters set into the given matrix. More...

Inheritance diagram for ParametersVisitor:

Public Member Functions

 ParametersVisitor (arma::mat &parameters)
 Store the parameters set into the given parameters matrix. More...

 
template
<
typename
LayerType
>
void operator() (LayerType *layer) const
 Set the parameters set. More...

 
void operator() (MoreTypes layer) const
 

Detailed Description

ParametersVisitor exposes the parameters set of the given module and stores the parameters set into the given matrix.

Definition at line 28 of file parameters_visitor.hpp.

Constructor & Destructor Documentation

◆ ParametersVisitor()

ParametersVisitor ( arma::mat &  parameters)

Store the parameters set into the given parameters matrix.

Member Function Documentation

◆ operator()() [1/2]

void operator() ( LayerType *  layer) const

Set the parameters set.

◆ operator()() [2/2]

void operator() ( MoreTypes  layer) const

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