clean_memory.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_BINDINGS_TESTS_CLEAN_MEMORY_HPP
14 #define MLPACK_BINDINGS_TESTS_CLEAN_MEMORY_HPP
15 
17 
18 namespace mlpack {
19 namespace bindings {
20 namespace tests {
21 
25 void CleanMemory(util::Params& params);
26 
27 } // namespace tests
28 } // namespace bindings
29 } // namespace mlpack
30 
31 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
void CleanMemory(util::Params &params)
Delete any unique pointers that are held by the IO object.
The Params class holds all information about the parameters passed to a specific binding.
Definition: params.hpp:20