Update src/mlpack/methods/ann/layer/lstm.hpp

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
Adam Kropp
2023-11-01 17:59:52 -04:00
committed by GitHub
co-authored by Ryan Curtin
parent 9aa7e1d273
commit 2f8bf7873c
+2 -2
View File
@@ -108,8 +108,8 @@ class LSTMType : public RecurrentLayer<MatType>
* @param gy The backpropagated error.
* @param g The calculated gradient.
*/
void Backward(const MatType& input,
const MatType& output,
void Backward(const MatType& /* input */,
const MatType& /* output */,
const MatType& gy,
MatType& g);