ForwardVisitor Class Reference

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

Inheritance diagram for ForwardVisitor:

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
 

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 ( const arma::mat &  input,
arma::mat &  output 
)

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

Member Function Documentation

◆ operator()() [1/2]

void operator() ( LayerType *  layer) const

Execute the Forward() function.

◆ operator()() [2/2]

void operator() ( MoreTypes  layer) const

The documentation for this class was generated from the following file: