13 #ifndef MLPACK_METHODS_ANN_VISITOR_FORWARD_VISITOR_HPP 14 #define MLPACK_METHODS_ANN_VISITOR_FORWARD_VISITOR_HPP 19 #include <boost/variant.hpp> 35 template<
typename LayerType>
50 #include "forward_visitor_impl.hpp"
Linear algebra utility functions, generally performed on matrices or vectors.
void operator()(LayerType *layer) const
Execute the Foward() function.
ForwardVisitor executes the Forward() function given the input and output parameter.
arma::mat && output
The output parameter set.
arma::mat && input
The input parameter set.
ForwardVisitor(arma::mat &&input, arma::mat &&output)
Execute the Foward() function given the input and output parameter.