ParametersSetVisitor Class Reference

ParametersSetVisitor update the parameters set using the given matrix. More...

Inheritance diagram for ParametersSetVisitor:

Public Member Functions

 ParametersSetVisitor (arma::mat &&parameters)
 Update the parameters set given the parameters matrix. More...

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

 

Detailed Description

ParametersSetVisitor update the parameters set using the given matrix.

Definition at line 27 of file parameters_set_visitor.hpp.

Constructor & Destructor Documentation

◆ ParametersSetVisitor()

ParametersSetVisitor ( arma::mat &&  parameters)

Update the parameters set given the parameters matrix.

Member Function Documentation

◆ operator()()

void operator() ( LayerType *  layer) const

Update the parameters set.


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