12 #ifndef MLPACK_METHODS_ANN_VISITOR_OUTPUT_PARAMETER_VISITOR_IMPL_HPP 13 #define MLPACK_METHODS_ANN_VISITOR_OUTPUT_PARAMETER_VISITOR_IMPL_HPP 22 template<
typename LayerType>
25 return layer->OutputParameter();
30 return layer.apply_visitor(*
this);
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
arma::mat & operator()(LayerType *layer) const
Return the output parameter set.
Definition: output_parameter_visitor_impl.hpp:23