AddVisitor< CustomLayers > Class Template Reference

AddVisitor exposes the Add() method of the given module. More...

Inheritance diagram for AddVisitor< CustomLayers >:

Public Member Functions

template
<
typename
T
>
 AddVisitor (T newLayer)
 Exposes the Add() method of the given module. More...

 
template
<
typename
LayerType
>
void operator() (LayerType *layer) const
 Exposes the Add() method. More...

 

Detailed Description


template<typename... CustomLayers>
class mlpack::ann::AddVisitor< CustomLayers >

AddVisitor exposes the Add() method of the given module.

Definition at line 28 of file add_visitor.hpp.

Constructor & Destructor Documentation

◆ AddVisitor()

AddVisitor ( newLayer)

Exposes the Add() method of the given module.

Member Function Documentation

◆ operator()()

void operator() ( LayerType *  layer) const

Exposes the Add() method.


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