mlpack
|
OutputHeightVisitor exposes the OutputHeight() method of the given module. More...
#include <output_height_visitor.hpp>
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.
|
inline |
Return the output height.
OutputHeightVisitor visitor class.