Function icu_segmenter::complex::lstm::matrix::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)