|
mlpack
|
ResetCellVisitor executes the ResetCell() function. More...
#include <reset_cell_visitor.hpp>


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 |
ResetCellVisitor executes the ResetCell() function.
|
inline |
Reset the cell using the given size.
ResetVisitor visitor class.
|
inline |
Execute the ResetCell() function.
ResetVisitor visitor class.
1.8.13