|
template<typename CubeType , typename IArchiveType , typename OArchiveType > |
void | mlpack::TestArmadilloSerialization (arma::Cube< CubeType > &x) |
|
template<typename CubeType > |
void | mlpack::TestAllArmadilloSerialization (arma::Cube< CubeType > &x) |
|
template<typename MatType , typename IArchiveType , typename OArchiveType > |
void | mlpack::TestArmadilloSerialization (MatType &x) |
|
template<typename MatType > |
void | mlpack::TestAllArmadilloSerialization (MatType &x) |
|
template<typename T , typename IArchiveType , typename OArchiveType > |
void | mlpack::SerializeObject (T &t, T &newT) |
|
template<typename T > |
void | mlpack::SerializeObjectAll (T &t, T &xmlT, T &jsonT, T &binaryT) |
|
template<typename T , typename IArchiveType , typename OArchiveType > |
void | mlpack::SerializePointerObject (T *t, T *&newT) |
|
template<typename T > |
void | mlpack::SerializePointerObjectAll (T *t, T *&xmlT, T *&jsonT, T *&binaryT) |
|
void | mlpack::CheckMatrices (const arma::mat &x, const arma::mat &xmlX, const arma::mat &jsonX, const arma::mat &binaryX) |
|
void | mlpack::CheckMatrices (const arma::Mat< size_t > &x, const arma::Mat< size_t > &xmlX, const arma::Mat< size_t > &jsonX, const arma::Mat< size_t > &binaryX) |
|
void | mlpack::CheckMatrices (const arma::cube &x, const arma::cube &xmlX, const arma::cube &jsonX, const arma::cube &binaryX) |
|
- Author
- Ryan Curtin
Miscellaneous utility functions for serialization tests.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.