6 references to Sum
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
57=> CpuMathUtils.Sum(new Span<float>(src, 0, arrayLength));
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
643var actual = CpuMathUtils.Sum(src);
Microsoft.ML.Data (2)
Deprecated\Vector\VBufferMathUtils.cs (1)
76return CpuMathUtils.Sum(aValues);
Deprecated\Vector\VectorUtils.cs (1)
522return CpuMathUtils.Sum(a);
Microsoft.ML.Transforms (2)
GcnTransform.cs (2)
533var tmpMean = CpuMathUtils.Sum(values) / length; 602return CpuMathUtils.Sum(src) / length;