Add license to hard_tanh.cpp test. (#3474)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user