7 references to Subtract
Microsoft.ML.CpuMath (6)
AvxIntrinsics.cs (5)
144return Avx.And(Avx.Subtract(xDst1, x2), xCond); 1119srcVector = Avx.Subtract(srcVector, meanVector256); 1211srcVector = Avx.Subtract(srcVector, meanVector256); 1304srcVector = Avx.Subtract(srcVector, meanVector256); 1466Vector256<float> distanceVector = Avx.Subtract(Avx.LoadVector256(pSrcCurrent),
FactorizationMachine\AvxIntrinsics.cs (1)
41return Avx.Subtract(src3, product);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
1222public static Vector256<float> Subtract(Vector256<float> left, Vector256<float> right) => Subtract(left, right);