Function icu_segmenter::complex::lstm::matrix::unrolled_dot_1
source ยท fn unrolled_dot_1(xs: &[f32], ys: &ZeroSlice<f32>) -> f32
Expand description
Compute the dot product of an aligned and an unaligned f32 slice.
xs
and ys
must be the same length
(Based on ndarray 0.15.6)