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

OutputWidthVisitor exposes the OutputWidth() method of the given module. More...

#include <output_width_visitor.hpp>

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

Public Member Functions

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

Detailed Description

OutputWidthVisitor exposes the OutputWidth() method of the given module.

Member Function Documentation

◆ operator()()

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

Return the output width.

OutputWidthVisitor visitor class.


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