ForwardVisitor Class Reference

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

Inheritance diagram for ForwardVisitor:

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...

 

Detailed Description

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

Definition at line 28 of file forward_visitor.hpp.

Constructor & Destructor Documentation

◆ ForwardVisitor()

ForwardVisitor ( arma::mat &&  input,
arma::mat &&  output 
)

Execute the Foward() function given the input and output parameter.

Member Function Documentation

◆ operator()()

void operator() ( LayerType *  layer) const

Execute the Foward() function.


The documentation for this class was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-3.0.4/src/mlpack/methods/ann/visitor/forward_visitor.hpp