mlpack
|
SetInputHeightVisitor updates the input height parameter with the given input height. More...
#include <set_input_height_visitor.hpp>
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. | |
bool | operator() (MoreTypes layer) const |
SetInputHeightVisitor updates the input height parameter with the given input height.
|
inline |
Update the input height parameter with the given input height.
SetInputHeightVisitor visitor class.