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

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
Adam Kropp
2023-11-01 17:58:33 -04:00
committed by GitHub
co-authored by Ryan Curtin
parent 50c8f09902
commit bc08ce25d2
+1 -1
View File
@@ -90,7 +90,7 @@ class Linear3DType : public Layer<MatType>
* @param g The calculated gradient.
*/
void Backward(const MatType& /* input */,
const MatType& output,
const MatType& /* output */,
const MatType& gy,
MatType& g);