Skip to main content

dot_f32

Function dot_f32 

Source
pub fn dot_f32(a: &[f32], b: &[f32]) -> f32
Expand description

The dot product, through the SIMD kernel where the host has one.