Expand description
Internal engine integration helpers for burn-backed workloads.
Structs§
- Burn
Artifact Bytes - Represents a burn artifact bytes.
- Burn
Artifact File - Represents a burn artifact file.
- Burn
Artifact Options - Represents a burn artifact options.
- Burn
Evaluator - Evaluates a model on a specific dataset.
- Burn
Learner - Learner struct encapsulating all components necessary to train a Neural Network model.
- Burn
Learning Checkpointer - Used to create, delete, or load checkpoints of the training process.
- Burn
Merge Candidate - Represents a burn merge candidate.
- Burn
Module Inventory - Represents a burn module inventory.
- Burn
Module Parameter - Represents a burn module parameter.
- Record
Artifact File Options - Represents a record artifact file options.
- Store
Artifact File Options - Represents a store artifact file options.
Enums§
- Burn
Record Bytes Format - Enumerates the supported burn record bytes format values.
- Burn
Record File Format - Enumerates the supported burn record file format values.
- Burn
Record Precision - Enumerates the supported burn record precision values.
- Burn
Store Format - Enumerates the supported burn store format values.
- Burn
Tensor Kind - Enumerates the supported burn tensor kinds.
- Engine
Error - Enumerates the supported engine error values.
Traits§
- Burn
Checkpointer - The trait for checkpointer.
- Burn
Module Target - Defines behavior for burn module target.
Functions§
- apply_
root_ ema_ modules - Performs the apply root EMA modules operation.
- encode_
record_ bytes - Performs the encode record bytes operation.
- encode_
store_ bytes - Performs the encode store bytes operation.
- flatten_
module_ float_ parameters - Exports deterministic flattened float parameters from a Burn module.
- inspect_
module - Performs the inspect module operation.
- load_
record_ bytes - Performs the load record bytes operation.
- load_
record_ file - Performs the load record file operation.
- load_
store_ bytes - Performs the load store bytes operation.
- load_
store_ file - Performs the load store file operation.
- materialize_
record_ bytes_ artifact - Performs the materialize record bytes artifact operation.
- materialize_
record_ file_ artifact - Performs the materialize record file artifact operation.
- materialize_
store_ bytes_ artifact - Performs the materialize store bytes artifact operation.
- materialize_
store_ file_ artifact - Performs the materialize store file artifact operation.
- merge_
weighted_ mean_ modules - Performs the merge weighted mean modules operation relative to a shared base module.
- module_
schema_ hash - Performs the module schema hash operation.
- replace_
module_ float_ parameters - Restores a flattened float-parameter pack into a Burn module with the same layout.
- save_
record_ file - Performs the save record file operation.
- save_
store_ file - Performs the save store file operation.