Skip to main content

Module layers

Module layers 

Source
Expand description

The (virtual-)layer stack over real weight sets (Layers).

Structs§

Layers
A stack of Layers with optional virtual-layer scheduling — one struct for every Mamba-x family.
LayersBuilder
Plain (non-serde) factory for Layers. The serializable surface is the concrete MambaLatentNetConfig enum; this is just the generic builder it delegates to.
LayersRecord
The record type for the module.
LayersRecordItem
The record item type for the module.