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

Public Member Functions | |
| ParametersVisitor (arma::mat ¶meters) | |
| 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 |
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.
| ParametersVisitor | ( | arma::mat & | parameters | ) |
Store the parameters set into the given parameters matrix.
| void operator() | ( | LayerType * | layer | ) | const |
Set the parameters set.
| void operator() | ( | MoreTypes | layer | ) | const |