13 #ifndef MLPACK_TESTS_CUSTOM_LAYER_HPP
14 #define MLPACK_TESTS_CUSTOM_LAYER_HPP
26 class ActivationFunction = LogisticFunction,
27 typename InputDataType = arma::mat,
28 typename OutputDataType = arma::mat
31 ActivationFunction, InputDataType, OutputDataType>;
36 #endif // MLPACK_TESTS_CUSTOM_LAYER_HPP