SetInputHeightVisitor updates the input height parameter with the given input height. More...
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... | |
bool | operator() (MoreTypes layer) const |
SetInputHeightVisitor updates the input height parameter with the given input height.
Definition at line 27 of file set_input_height_visitor.hpp.
SetInputHeightVisitor | ( | const size_t | inputHeight = 0 , |
const bool | reset = false |
||
) |
Update the input height parameter with the given input height.
bool operator() | ( | LayerType * | layer | ) | const |
Update the input height parameter.
bool operator() | ( | MoreTypes | layer | ) | const |