3 references to MaxAbsDiff
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
81
=> CpuMathUtils.
MaxAbsDiff
(DefaultScale, src.AsSpan(0, arrayLength));
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
785
var actual = CpuMathUtils.
MaxAbsDiff
(defaultScale, src);
Microsoft.ML.Transforms (1)
GcnTransform.cs (1)
595
return CpuMathUtils.
MaxAbsDiff
(mean, values);