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