This commit is contained in:
Adam Kropp
2023-11-13 14:06:22 -05:00
parent 214a731dd7
commit a4ead8bcef
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
/**
* @file methods/ann/layer/layer_norm.hpp
* @author Shikhar Jaiswal
*
* * @author Adam Kropp
* Definition of the Layer Normalization class.
*
* mlpack is free software; you may redistribute it and/or modify it under the
@@ -1,6 +1,7 @@
/**
* @file methods/ann/layer/layer_norm_impl.hpp
* @author Shikhar Jaiswal
* @author Adam Kropp
*
* Implementation of the Layer Normalization class.
*