opengm::hdf5 Namespace Reference
Fiel I/O of graphical models using the HDF5 binary data format.
More...
Functions |
template<class GM > |
void | save (const GM &gm, const std::string &filepath, const std::string &datasetName) |
| save a graphical model to an HDF5 file
|
template<class GM_ > |
void | load (GM_ &gm, const std::string &, const std::string &) |
template<class GM > |
void | load (GM &gm, const std::string &filepath, const std::string &datasetName) |
Detailed Description
Fiel I/O of graphical models using the HDF5 binary data format.
Function Documentation
template<class GM >
void opengm::hdf5::load |
( |
GM & |
gm, |
|
|
const std::string & |
filepath, |
|
|
const std::string & |
datasetName | |
|
) |
| | [inline] |
template<class GM_ >
void opengm::hdf5::load |
( |
GM_ & |
gm, |
|
|
const std::string & |
, |
|
|
const std::string & |
| |
|
) |
| | [inline] |
template<class GM >
void opengm::hdf5::save |
( |
const GM & |
gm, |
|
|
const std::string & |
filepath, |
|
|
const std::string & |
datasetName | |
|
) |
| | [inline] |