SaveOutputParameterVisitor Class Reference

SaveOutputParameterVisitor saves the output parameter into the given parameter set. More...

Inheritance diagram for SaveOutputParameterVisitor:

Public Member Functions

 SaveOutputParameterVisitor (std::vector< arma::mat > &parameter)
 Save the output parameter into the given parameter set. More...

 
template
<
typename
LayerType
>
void operator() (LayerType *layer) const
 Save the output parameter. More...

 
void operator() (MoreTypes layer) const
 

Detailed Description

SaveOutputParameterVisitor saves the output parameter into the given parameter set.

Definition at line 27 of file save_output_parameter_visitor.hpp.

Constructor & Destructor Documentation

◆ SaveOutputParameterVisitor()

SaveOutputParameterVisitor ( std::vector< arma::mat > &  parameter)

Save the output parameter into the given parameter set.

Member Function Documentation

◆ operator()() [1/2]

void operator() ( LayerType *  layer) const

Save the output parameter.

◆ operator()() [2/2]

void operator() ( MoreTypes  layer) const

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