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...

 

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()()

void operator() ( LayerType *  layer) const

Set the parameters set.


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