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

 

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

void operator() ( LayerType *  layer) const

Save the output parameter.


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