lance_linalg::distance

Type Alias BatchDistanceFunc

Source
pub type BatchDistanceFunc = fn(_: &[f32], _: &[f32], _: usize) -> Arc<Float32Array>;