3 references to L2DistSquaredHalfSparse
Microsoft.ML.Data (3)
Deprecated\Vector\VectorUtils.cs (3)
401
return
L2DistSquaredHalfSparse
(a.GetValues(), b.GetValues(), b.GetIndices());
404
return
L2DistSquaredHalfSparse
(b.GetValues(), a.GetValues(), a.GetIndices());
420
return
L2DistSquaredHalfSparse
(a.AsSpan(0, a.Length), b.GetValues(), b.GetIndices());