|
DiSMEC++
|
Collect the data about a weight file. More...
#include <model-io.h>
Public Attributes | |
| label_id_t | First |
| long | Count |
| std::string | FileName |
| WeightFormat | Format |
Collect the data about a weight file.
A (potentially partial) saved model contains a list of WeightFileEntrys that point to the files where the weights are stored, and contain meta information so they can be correctly loaded into the model.
Definition at line 139 of file model-io.h.
| long dismec::io::model::WeightFileEntry::Count |
Definition at line 141 of file model-io.h.
Referenced by dismec::io::model::PartialModelLoader::get_loading_range(), dismec::io::model::PartialModelLoader::load_model(), and PYBIND11_MODULE().
| std::string dismec::io::model::WeightFileEntry::FileName |
Definition at line 142 of file model-io.h.
Referenced by dismec::io::model::PartialModelIO::insert_sub_file(), dismec::io::model::PartialModelLoader::load_model(), and PYBIND11_MODULE().
| label_id_t dismec::io::model::WeightFileEntry::First |
Definition at line 140 of file model-io.h.
Referenced by dismec::io::model::PartialModelLoader::get_loading_range(), dismec::io::model::PartialModelIO::insert_sub_file(), dismec::io::model::PartialModelIO::label_lower_bound(), dismec::io::model::PartialModelLoader::load_model(), and PYBIND11_MODULE().
| WeightFormat dismec::io::model::WeightFileEntry::Format |
Definition at line 143 of file model-io.h.
Referenced by dismec::io::model::PartialModelLoader::load_model(), and PYBIND11_MODULE().