Module icu_segmenter::complex::lstm::matrix
source ยท Macrosยง
- f32c ๐
- impl_basic_dim ๐
Structsยง
- MatrixBorrowed ๐A
D
-dimensional, borrowed matrix. - MatrixBorrowedMut ๐A
D
-dimensional, mutably borrowed matrix. - MatrixOwned ๐A
D
-dimensional, heap-allocated matrix. - MatrixZero ๐A
D
-dimensional matrix borrowed from aZeroSlice
.
Functionsยง
- unrolled_dot_1 ๐Compute the dot product of an aligned and an unaligned f32 slice.
- unrolled_dot_2 ๐Compute the dot product of two unaligned f32 slices.