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