Expand description
Module for the recorder.
Structs§
- In memory recorder using the bincode format.
- File recorder using the bincode format.
- File recorder using the bincode format compressed with gzip.
- Metadata of a record.
- Record that can be saved by a Recorder.
- Record that can be saved by a Recorder without the item.
- Precision settings optimized for precision.
- Default precision settings.
- Precision settings optimized for compactness.
- File recorder using the json format compressed with gzip.
- In memory recorder using the Named MessagePack.
- File recorder using the named msgpack format.
- File recorder using the named msgpack format compressed with gzip.
- (De)serialize parameters into a clean format.
- File recorder using pretty json format for easy readability.
Enums§
- Error that can occur when using a Recorder.
Traits§
- Recorder trait specialized to save and load data to and from bytes.
- Recorder trait specialized to save and load data to and from files.
- Settings allowing to control the precision when (de)serializing items.
- Trait to define a family of types which can be recorded using any settings.
- Record any item implementing Serialize and DeserializeOwned.
Type Aliases§
- Recorder optimized for compactness.
- Debug recorder.
- Default file recorder.
- Default recorder.
- Inference recorder compatible with no-std.
- Training recorder compatible with no-std inference.
- Recorder optimized for compactness making it a good choice for model deployment.
Derive Macros§
- Derive macro for the record.