OutputHeightVisitor exposes the OutputHeight() method of the given module. More...
Public Member Functions | |
template < typename LayerType > | |
size_t | operator() (LayerType *layer) const |
Return the output height. More... | |
size_t | operator() (MoreTypes layer) const |
OutputHeightVisitor exposes the OutputHeight() method of the given module.
Definition at line 27 of file output_height_visitor.hpp.
size_t operator() | ( | LayerType * | layer | ) | const |
Return the output height.
size_t operator() | ( | MoreTypes | layer | ) | const |