Struct MetadataClass

Struct Documentation

struct MetadataClass

Metadata object defining the model metadata.

Represents metadata of a model.

@type name: str @ivar name: Name of the model. @type path: str @ivar path: Relative path to the model executable. Metadata object defining the model metadata.

Represents metadata of a model.

@type name: str @ivar name: Name of the model. @type path: str @ivar path: Relative path to the model executable.

Public Members

std::string name

Name of the model.

std::string path

Relative path to the model executable.

std::optional<DataType> precision

Precision of the model weights.