pub fn safe_sparse_dot_f32(
a: &ArrayView1<'_, f32>,
b: &ArrayView1<'_, f32>,
) -> UtilsResult<f32>Expand description
Specialized f32 sparse-dense dot product
pub fn safe_sparse_dot_f32(
a: &ArrayView1<'_, f32>,
b: &ArrayView1<'_, f32>,
) -> UtilsResult<f32>Specialized f32 sparse-dense dot product