Skip to main content

max_reduce_dispatch

Function max_reduce_dispatch 

Source
pub fn max_reduce_dispatch(data: &[f32]) -> f32
Expand description

Find the maximum value in data. Returns f32::NEG_INFINITY for empty slices.