13#ifndef MLPACK_METHODS_ANN_LAYER_LAYER_TRAITS_HPP
14#define MLPACK_METHODS_ANN_LAYER_LAYER_TRAITS_HPP
28template<
typename LayerType>
Implementation of the Add module class.
This is a template class that can provide information about various layers.
static const bool IsOutputLayer
This is true if the layer is an output layer.
static const bool IsConnection
static const bool IsBiasLayer
This is true if the layer is a bias layer.
static const bool IsLSTMLayer
static const bool IsBinary
This is true if the layer is a binary layer.
HAS_ANY_METHOD_FORM(Model, HasModelCheck)
HAS_MEM_FUNC(Gradient, HasGradientCheck)
Linear algebra utility functions, generally performed on matrices or vectors.