Skip to main content

argmax

Function argmax 

Source
pub fn argmax(logits: &[f32]) -> u32
Expand description

The lowest-id argmax of logits (greedy pick after penalties/bias, when temperature == 0).