3 references to L2DistSquared
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
93=> CpuMathUtils.L2DistSquared(src, dst, arrayLength);
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
891var actual = CpuMathUtils.L2DistSquared(src, dst, dst.Length);
Microsoft.ML.Data (1)
Deprecated\Vector\VectorUtils.cs (1)
240return CpuMathUtils.L2DistSquared(valuesA, valuesB, length);