2 references to ScaleAddU
Microsoft.ML.CpuMath (1)
CpuMathUtils.netcoreapp.cs (1)
184SseIntrinsics.ScaleAddU(scale, addend, destination);
Microsoft.ML.CpuMath.PerformanceTests (1)
SsePerformanceTests.cs (1)
27=> SseIntrinsics.ScaleAddU(DefaultScale, DefaultScale, new Span<float>(dst, 0, Length));