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

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

#include <output_width_visitor.hpp>

Inheritance diagram for OutputWidthVisitor:
Inheritance 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.

Definition at line 27 of file output_width_visitor.hpp.

Member Function Documentation

◆ operator()() [1/2]

size_t operator() ( LayerType *  layer) const

Return the output width.

◆ operator()() [2/2]

size_t operator() ( MoreTypes  layer) const

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