ML::GGUF::F32Backend
Inherits ML::GGUF::ComputeBackend / Struct / Value / Object
CPU Float32 backend — full precision, current default
Constructors
new
SourceInstance methods
Dot product for attention scores
initialize
Sourcelayer_norm!(x : Array(Float32), n_pos : Int32, dim : Int32, w : Array(Float32), b : Array(Float32)) : Nil
In-place layer norm
Matrix multiply: x[rows, in_dim] × W_quant + bias → [rows, out_dim]