Add clarifying comment about where MakeAlias() is used.

This commit is contained in:
Ryan Curtin
2022-04-03 15:57:02 -04:00
parent 19c60244a7
commit 10d04c4153
+3 -1
View File
@@ -2,7 +2,9 @@
* @file make_alias.hpp
* @author Ryan Curtin
*
* Implementation of MakeAlias(), a utility function.
* Implementation of `MakeAlias()`, a utility function. This is meant to be
* used in `SetWeights()` calls in various layers, to wrap internal weight
* objects as aliases around the given memory pointers.
*/
#ifndef MLPACK_METHODS_ANN_MAKE_ALIAS_HPP
#define MLPACK_METHODS_ANN_MAKE_ALIAS_HPP