mlpack  3.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
serialization.hpp File Reference
Include dependency graph for serialization.hpp:

Go to the source code of this file.

Namespaces

 mlpack
 .hpp
 

Functions

void CheckMatrices (const arma::mat &x, const arma::mat &xmlX, const arma::mat &textX, const arma::mat &binaryX)
 
void CheckMatrices (const arma::Mat< size_t > &x, const arma::Mat< size_t > &xmlX, const arma::Mat< size_t > &textX, const arma::Mat< size_t > &binaryX)
 
void CheckMatrices (const arma::cube &x, const arma::cube &xmlX, const arma::cube &textX, const arma::cube &binaryX)
 
template<typename T , typename IArchiveType , typename OArchiveType >
void SerializeObject (T &t, T &newT)
 
template<typename T >
void SerializeObjectAll (T &t, T &xmlT, T &textT, T &binaryT)
 
template<typename T , typename IArchiveType , typename OArchiveType >
void SerializePointerObject (T *t, T *&newT)
 
template<typename T >
void SerializePointerObjectAll (T *t, T *&xmlT, T *&textT, T *&binaryT)
 
template<typename CubeType >
void TestAllArmadilloSerialization (arma::Cube< CubeType > &x)
 
template<typename MatType >
void TestAllArmadilloSerialization (MatType &x)
 
template<typename CubeType , typename IArchiveType , typename OArchiveType >
void TestArmadilloSerialization (arma::Cube< CubeType > &x)
 
template<typename MatType , typename IArchiveType , typename OArchiveType >
void TestArmadilloSerialization (MatType &x)