ParametersSetVisitor update the parameters set using the given matrix. More...
Public Member Functions | |
ParametersSetVisitor (arma::mat ¶meters) | |
Update the parameters set given the parameters matrix. More... | |
template < typename LayerType > | |
void | operator() (LayerType *layer) const |
Update the parameters set. More... | |
void | operator() (MoreTypes layer) const |
ParametersSetVisitor update the parameters set using the given matrix.
Definition at line 27 of file parameters_set_visitor.hpp.
ParametersSetVisitor | ( | arma::mat & | parameters | ) |
Update the parameters set given the parameters matrix.
void operator() | ( | LayerType * | layer | ) | const |
Update the parameters set.
void operator() | ( | MoreTypes | layer | ) | const |