Add license to hard_tanh.cpp test. (#3474)

This commit is contained in:
Ryan Curtin
2023-04-27 01:43:37 +02:00
committed by GitHub
parent fd7ca06b22
commit 39bc6beb6b
+5 -1
View File
@@ -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>