sparse_dot_portable

Function sparse_dot_portable 

Source
pub fn sparse_dot_portable(
    a_indices: &[u32],
    a_values: &[f32],
    b_indices: &[u32],
    b_values: &[f32],
) -> f32
Expand description

Portable implementation of sparse dot product.