Skip to main content

bf16_dot

Function bf16_dot 

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

Dot product of two bf16 slices, accumulated in f32.