mlpack
Public Member Functions | List of all members
mlpack::ann::OutputHeightVisitor Class Reference

OutputHeightVisitor exposes the OutputHeight() method of the given module. More...

#include <output_height_visitor.hpp>

Inheritance diagram for mlpack::ann::OutputHeightVisitor:
Inheritance graph
[legend]
Collaboration diagram for mlpack::ann::OutputHeightVisitor:
Collaboration graph
[legend]

Public Member Functions

template<typename LayerType >
size_t operator() (LayerType *layer) const
 Return the output height. More...
 
size_t operator() (MoreTypes layer) const
 

Detailed Description

OutputHeightVisitor exposes the OutputHeight() method of the given module.

Member Function Documentation

◆ operator()()

template<typename LayerType >
size_t mlpack::ann::OutputHeightVisitor::operator() ( LayerType *  layer) const
inline

Return the output height.

OutputHeightVisitor visitor class.


The documentation for this class was generated from the following files: