7 references to SumSq
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
61=> CpuMathUtils.SumSq(new Span<float>(src, 0, arrayLength));
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
666var actual = CpuMathUtils.SumSq(src);
Microsoft.ML.Data (5)
Deprecated\Vector\VBufferMathUtils.cs (2)
24return CpuMathUtils.SumSq(aValues); 32return CpuMathUtils.SumSq(a);
Deprecated\Vector\VectorUtils.cs (3)
224var normA = CpuMathUtils.SumSq(valuesA); 227var normB = CpuMathUtils.SumSq(valuesB); 512return MathUtils.Sqrt(CpuMathUtils.SumSq(a));