pub fn argmax_f32(data: &[u8]) -> u32Expand description
Argmax over FP32 values stored as raw bytes (4 bytes per element, little-endian).
First-index-wins, identical to argmax_first_wins_f32 — same two-pass
shape, iterating the byte chunks directly so no Vec<f32> is materialised.