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

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
Adam Kropp
2023-11-01 18:07:52 -04:00
committed by GitHub
co-authored by Ryan Curtin
parent 0872c2add6
commit 7acd8a8043
+1 -1
View File
@@ -68,7 +68,7 @@ class SoftminType : public Layer<MatType>
* @param gy The backpropagated error.
* @param g The calculated gradient.
*/
void Backward(const MatType& input,
void Backward(const MatType& /* input */,
const MatType& output,
const MatType& gy,
MatType& g);