ForwardVisitor executes the Forward() function given the input and output parameter. More...

Public Member Functions | |
| ForwardVisitor (arma::mat &&input, arma::mat &&output) | |
| Execute the Foward() function given the input and output parameter. More... | |
template < typename LayerType > | |
| void | operator() (LayerType *layer) const |
| Execute the Foward() function. More... | |
ForwardVisitor executes the Forward() function given the input and output parameter.
Definition at line 28 of file forward_visitor.hpp.
| ForwardVisitor | ( | arma::mat && | input, |
| arma::mat && | output | ||
| ) |
Execute the Foward() function given the input and output parameter.
| void operator() | ( | LayerType * | layer | ) | const |
Execute the Foward() function.