|
mlpack
|
ForwardVisitor executes the Forward() function given the input and output parameter. More...
#include <forward_visitor.hpp>


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. | |
| void | operator() (MoreTypes layer) const |
ForwardVisitor executes the Forward() function given the input and output parameter.
|
inline |
Execute the Forward() function given the input and output parameter.
ForwardVisitor visitor class.
1.8.13