13 #ifndef MLPACK_METHODS_ANN_VISITOR_DELETE_VISITOR_HPP 14 #define MLPACK_METHODS_ANN_VISITOR_DELETE_VISITOR_HPP 19 #include <boost/variant.hpp> 31 template<
typename LayerType>
39 #include "delete_visitor_impl.hpp" DeleteVisitor executes the destructor of the instantiated object.
Linear algebra utility functions, generally performed on matrices or vectors.
void operator()(LayerType *layer) const
Execute the destructor.