Update src/mlpack/methods/ann/layer/linear3d.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
co-authored by
Ryan Curtin
parent
50c8f09902
commit
bc08ce25d2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user