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

InShapeVisitor returns the input shape a Layer expects. More...

#include <input_shape_visitor.hpp>

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

Public Member Functions

template<typename LayerType >
size_t operator() (LayerType *layer) const
 Return the input shape of layer.
 
size_t operator() (MoreTypes layer) const
 
template<typename LayerType >
std::size_t operator() (LayerType *layer) const
 InShapeVisitor visitor class.
 

Detailed Description

InShapeVisitor returns the input shape a Layer expects.


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