3 references to Shuffle
Microsoft.ML.CpuMath (2)
AvxIntrinsics.cs (2)
121
Vector256<float> x1 = Avx.
Shuffle
(vector, vector, 0xB1);
128
x1 = Avx.
Shuffle
(partialMax, partialMax, 0x02);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
1023
public static Vector256<float> Shuffle(Vector256<float> value, Vector256<float> right, [ConstantExpected] byte control) =>
Shuffle
(value, right, control);