Skip to content

Commit

Permalink
Add license to hard_tanh.cpp test. (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Apr 26, 2023
1 parent fd7ca06 commit 39bc6be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mlpack/tests/ann/layer/hard_tanh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
* @file tests/ann/layer/hard_tanh.cpp
* @author Vaibhav Pathak
*
* Tests the hard_tanh layer
* Tests the hard_tanh layer.
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the
* 3-clause BSD license along with mlpack. If not, see
* http://www.opensource.org/licenses/BSD-3-Clause for more information.
*/

#include <mlpack/core.hpp>
Expand Down

0 comments on commit 39bc6be

Please sign in to comment.