4 references to GetNewDst128
Microsoft.ML.CpuMath (4)
AvxIntrinsics.cs (2)
1542Vector128<float> xDst2 = SseIntrinsics.GetNewDst128(xDst1, xThreshold128); 1601Vector128<float> xDst2 = SseIntrinsics.GetNewDst128(xDst1, xThreshold128);
SseIntrinsics.cs (2)
1221Vector128<float> xDst2 = GetNewDst128(xDst1, xThreshold); 1266Vector128<float> xDst2 = GetNewDst128(xDst1, xThreshold);