| Backward(const InputType &input, const ErrorType &gy, GradientType &g) | LSTM< InputDataType, OutputDataType > | |
| Delta() const | LSTM< InputDataType, OutputDataType > | inline |
| Delta() | LSTM< InputDataType, OutputDataType > | inline |
| Forward(const InputType &input, OutputType &output) | LSTM< InputDataType, OutputDataType > | |
| Forward(const InputType &input, OutputType &output, OutputType &cellState, bool useCellState=false) | LSTM< InputDataType, OutputDataType > | |
| Gradient(const InputType &input, const ErrorType &error, GradientType &gradient) | LSTM< InputDataType, OutputDataType > | |
| Gradient() const | LSTM< InputDataType, OutputDataType > | inline |
| Gradient() | LSTM< InputDataType, OutputDataType > | inline |
| InputShape() const | LSTM< InputDataType, OutputDataType > | inline |
| InSize() const | LSTM< InputDataType, OutputDataType > | inline |
| LSTM() | LSTM< InputDataType, OutputDataType > | |
| LSTM(const size_t inSize, const size_t outSize, const size_t rho=std::numeric_limits< size_t >::max()) | LSTM< InputDataType, OutputDataType > | |
| LSTM(const LSTM &layer) | LSTM< InputDataType, OutputDataType > | |
| LSTM(LSTM &&) | LSTM< InputDataType, OutputDataType > | |
| operator=(const LSTM &layer) | LSTM< InputDataType, OutputDataType > | |
| operator=(LSTM &&layer) | LSTM< InputDataType, OutputDataType > | |
| OutputParameter() const | LSTM< InputDataType, OutputDataType > | inline |
| OutputParameter() | LSTM< InputDataType, OutputDataType > | inline |
| OutSize() const | LSTM< InputDataType, OutputDataType > | inline |
| Parameters() const | LSTM< InputDataType, OutputDataType > | inline |
| Parameters() | LSTM< InputDataType, OutputDataType > | inline |
| Reset() | LSTM< InputDataType, OutputDataType > | |
| ResetCell(const size_t size) | LSTM< InputDataType, OutputDataType > | |
| Rho() const | LSTM< InputDataType, OutputDataType > | inline |
| Rho() | LSTM< InputDataType, OutputDataType > | inline |
| serialize(Archive &ar, const uint32_t) | LSTM< InputDataType, OutputDataType > | |
| WeightSize() const | LSTM< InputDataType, OutputDataType > | inline |