|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Fiel I/O of graphical models using the HDF5 binary data format. More...
Classes | |
| struct | SaveAndLoadFunctions |
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 More... | |
| 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) |
| template<class GM > | |
| void | save (const LPReparametrisationStorage< GM > &repa, const std::string &filename, const std::string &modelname) |
| template<class GM > | |
| void | load (LPReparametrisationStorage< GM > *prepa, const std::string &filename, const std::string &modelname) |
Fiel I/O of graphical models using the HDF5 binary data format.
| void opengm::hdf5::load | ( | GM_ & | gm, |
| const std::string & | , | ||
| const std::string & | |||
| ) |
| void opengm::hdf5::load | ( | LPReparametrisationStorage< GM > * | prepa, |
| const std::string & | filename, | ||
| const std::string & | modelname | ||
| ) |
Definition at line 29 of file lp_reparametrization_hdf5.hxx.
Here is the call graph for this function:| void opengm::hdf5::load | ( | GM & | gm, |
| const std::string & | filepath, | ||
| const std::string & | datasetName | ||
| ) |
| void opengm::hdf5::save | ( | const LPReparametrisationStorage< GM > & | repa, |
| const std::string & | filename, | ||
| const std::string & | modelname | ||
| ) |
Definition at line 18 of file lp_reparametrization_hdf5.hxx.
Here is the call graph for this function:| void opengm::hdf5::save | ( | const GM & | gm, |
| const std::string & | filepath, | ||
| const std::string & | datasetName | ||
| ) |
save a graphical model to an HDF5 file
| gm | graphical model to save |
| filepath | to save as |
| name | of dataset within the HDF5 file |
Definition at line 329 of file graphicalmodel_hdf5.hxx.
Here is the call graph for this function:
1.8.9.1