pub fn sparse_dot_portable( a_indices: &[u32], a_values: &[f32], b_indices: &[u32], b_values: &[f32], ) -> f32
Portable implementation of sparse dot product.