icu_segmenter::complex::lstm::matrix

Function unrolled_dot_2

Source
fn unrolled_dot_2(xs: &ZeroSlice<f32>, ys: &ZeroSlice<f32>) -> f32
Expand description

Compute the dot product of two unaligned f32 slices.

xs and ys must be the same length

(Based on ndarray 0.15.6)