Skip to main content

Module factory

Module factory 

Source
Expand description

DefaultLinearFactory — materialises dense f32 weights into DenseLinear<B>. Used by any WeightLoader implementation that wants delegate the “f32 slice → Linear” step without tying itself to a particular backend.

Structs§

DefaultLinearFactory
The baseline factory: produces DenseLinear<B> from row-major f32 weights.