DiSMEC++
dismec::io::model::WeightFileEntry Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ Count

long dismec::io::model::WeightFileEntry::Count

◆ FileName

std::string dismec::io::model::WeightFileEntry::FileName

◆ First

◆ Format

WeightFormat dismec::io::model::WeightFileEntry::Format

The documentation for this struct was generated from the following file: