2 references to DotSU
Microsoft.ML.CpuMath (1)
CpuMathUtils.netcoreapp.cs (1)
423return SseIntrinsics.DotSU(left, right, indices, count);
Microsoft.ML.CpuMath.PerformanceTests (1)
SsePerformanceTests.cs (1)
87=> SseIntrinsics.DotSU(src, dst, idx, IndexLength);