|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
Functions | |
| template<typename ArchiveT , typename T , lbann::utils::WhenNotTextArchive< ArchiveT > = 1> | |
| void | do_save (ArchiveT &ar, ::El::Matrix< T, ::El::Device::CPU > const &mat) |
| Save a CPU matrix to a non-text-based archive. More... | |
| void El::details::do_save | ( | ArchiveT & | ar, |
| ::El::Matrix< T, ::El::Device::CPU > const & | mat | ||
| ) |
Save a CPU matrix to a non-text-based archive.
| ArchiveT | (Inferred) The Cereal archive type to use. |
| T | (Inferred) The data type of the matrix. |
| ar | The Cereal archive into which the matrix will be written. |
| mat | The matrix to serialize. |
| lbann::exception | Thrown when the matrix is actually a view. |
Definition at line 70 of file serialize_matrices_impl.hpp.