| Add(Args... args) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Add(LayerTypes< CustomLayers... > layer) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Backward(const arma::Mat< eT > &, const arma::Mat< eT > &gy, arma::Mat< eT > &g) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| Delta() const | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Delta() | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Forward(const arma::Mat< eT > &input, arma::Mat< eT > &output) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| Gradient(const arma::Mat< eT > &input, const arma::Mat< eT > &error, arma::Mat< eT > &) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| Gradient() const | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Gradient() | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| InputParameter() const | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| InputParameter() | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| InputShape() const | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| Model() | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| operator=(const Sequential &layer) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| OutputParameter() const | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| OutputParameter() | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Parameters() const | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Parameters() | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | inline |
| Sequential(const bool model=true) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| Sequential(const bool model, const bool ownsLayers) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| Sequential(const Sequential &layer) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| serialize(Archive &ar, const uint32_t) | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |
| ~Sequential() | Sequential< InputDataType, OutputDataType, Residual, CustomLayers > | |