[mlpack-git] master: Update CMakeLists file to build the feedforward, recurrent and convolutional neural network. (6205f3e)

gitdub at mlpack.org gitdub at mlpack.org
Fri Feb 19 09:05:21 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f6dd2f7a9752a7db8ec284a938b3e84a13d0bfb2...6205f3e0b62b56452b2a4afc4da24fce5b21e72f

>---------------------------------------------------------------

commit 6205f3e0b62b56452b2a4afc4da24fce5b21e72f
Author: marcus <marcus.edel at fu-berlin.de>
Date:   Fri Feb 19 15:05:21 2016 +0100

    Update CMakeLists file to build the feedforward, recurrent and convolutional neural network.


>---------------------------------------------------------------

6205f3e0b62b56452b2a4afc4da24fce5b21e72f
 src/mlpack/methods/ann/CMakeLists.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/ann/CMakeLists.txt b/src/mlpack/methods/ann/CMakeLists.txt
index 4d8ce18..7dd9892 100644
--- a/src/mlpack/methods/ann/CMakeLists.txt
+++ b/src/mlpack/methods/ann/CMakeLists.txt
@@ -1,10 +1,14 @@
 # Define the files we need to compile
 # Anything not in this list will not be compiled into mlpack.
 set(SOURCES
-  ffn.hpp
   cnn.hpp
+  cnn_impl.hpp
+  ffn.hpp
+  ffn_impl.hpp
+  network_util.hpp
+  network_util_impl.hpp
   rnn.hpp
-  network_traits.hpp
+  rnn_impl.hpp
 )
 
 # Add directory name to sources.




More information about the mlpack-git mailing list