| Backward(const InputType &&input, ErrorType &&gy, GradientType &&g) | LSTM< InputDataType, OutputDataType > | |
| Delta() const | LSTM< InputDataType, OutputDataType > | inline |
| Delta() | LSTM< InputDataType, OutputDataType > | inline |
| Forward(InputType &&input, OutputType &&output) | LSTM< InputDataType, OutputDataType > | |
| Forward(InputType &&input, OutputType &&output, OutputType &&cellState, bool useCellState=false) | LSTM< InputDataType, OutputDataType > | |
| Gradient(InputType &&input, ErrorType &&error, GradientType &&gradient) | LSTM< InputDataType, OutputDataType > | |
| Gradient() const | LSTM< InputDataType, OutputDataType > | inline |
| Gradient() | 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 > | |
| OutputParameter() const | LSTM< InputDataType, OutputDataType > | inline |
| OutputParameter() | 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 unsigned int) | LSTM< InputDataType, OutputDataType > | |