mlpack  3.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
SetInputHeightVisitor Class Reference

SetInputHeightVisitor updates the input height parameter with the given input height. More...

Inheritance diagram for SetInputHeightVisitor:
Inheritance graph
[legend]

Public Member Functions

 SetInputHeightVisitor (const size_t inputHeight=0, const bool reset=false)
 Update the input height parameter with the given input height. More...
 
template<typename LayerType >
bool operator() (LayerType *layer) const
 Update the input height parameter. More...
 

Detailed Description

SetInputHeightVisitor updates the input height parameter with the given input height.

Definition at line 27 of file set_input_height_visitor.hpp.

Constructor & Destructor Documentation

SetInputHeightVisitor ( const size_t  inputHeight = 0,
const bool  reset = false 
)

Update the input height parameter with the given input height.

Member Function Documentation

bool operator() ( LayerType *  layer) const

Update the input height parameter.


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