SetInputWidthVisitor updates the input width parameter with the given input width. More...
Public Member Functions | |
SetInputWidthVisitor (const size_t inputWidth=0, const bool reset=false) | |
Update the input width parameter with the given input width. More... | |
template < typename LayerType > | |
bool | operator() (LayerType *layer) const |
Update the input width parameter. More... | |
bool | operator() (MoreTypes layer) const |
SetInputWidthVisitor updates the input width parameter with the given input width.
Definition at line 27 of file set_input_width_visitor.hpp.
SetInputWidthVisitor | ( | const size_t | inputWidth = 0 , |
const bool | reset = false |
||
) |
Update the input width parameter with the given input width.
bool operator() | ( | LayerType * | layer | ) | const |
Update the input width parameter.
bool operator() | ( | MoreTypes | layer | ) | const |