Module surrealml_core::storage::header

source ·
Expand description

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

Modules§

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

Structs§

  • The header of the model file.