mlpack
Public Member Functions | List of all members
mlpack::ann::ResetCellVisitor Class Reference

ResetCellVisitor executes the ResetCell() function. More...

#include <reset_cell_visitor.hpp>

Inheritance diagram for mlpack::ann::ResetCellVisitor:
Inheritance graph
[legend]
Collaboration diagram for mlpack::ann::ResetCellVisitor:
Collaboration graph
[legend]

Public Member Functions

 ResetCellVisitor (const size_t size)
 Reset the cell using the given size. More...
 
template<typename LayerType >
void operator() (LayerType *layer) const
 Execute the ResetCell() function. More...
 
void operator() (MoreTypes layer) const
 

Detailed Description

ResetCellVisitor executes the ResetCell() function.

Constructor & Destructor Documentation

◆ ResetCellVisitor()

mlpack::ann::ResetCellVisitor::ResetCellVisitor ( const size_t  size)
inline

Reset the cell using the given size.

ResetVisitor visitor class.

Member Function Documentation

◆ operator()()

template<typename LayerType >
void mlpack::ann::ResetCellVisitor::operator() ( LayerType *  layer) const
inline

Execute the ResetCell() function.

ResetVisitor visitor class.


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