Module header

Source
Expand description

Handles the loading, saving, and utilisation of all the data in the header of the model file.

Modules§

engine
Defines the placeholder for the type of model engine in the header.
input_dims
InputDims is a struct that holds the dimensions of the input tensors for the model.
keys
Defines the key bindings for input data.
normalisers
Defines the loading and saving functionality of normalisers.
origin
Defines the origin of the model in the file.
output
Defines the struct housing data around the outputs of the model.
string_value
Defines a generic string value for the header.
version
Defines the process of managing the version of the surml file in the file.

Structs§

Header
The header of the model file.