3 references to SumAbs
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
69=> CpuMathUtils.SumAbs(src.AsSpan(0, arrayLength));
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
714var actual = CpuMathUtils.SumAbs(src);
Microsoft.ML.Data (1)
Deprecated\Vector\VBufferMathUtils.cs (1)
53return CpuMathUtils.SumAbs(aValues);