9 references to Rotate
Microsoft.ML.CpuMath (9)
AvxIntrinsics.cs (6)
94
tmp = SseIntrinsics.
Rotate
(in tmp);
96
tmp = SseIntrinsics.
Rotate
(in tmp);
98
tmp = SseIntrinsics.
Rotate
(in tmp);
102
tmp = SseIntrinsics.
Rotate
(in tmp);
104
tmp = SseIntrinsics.
Rotate
(in tmp);
106
tmp = SseIntrinsics.
Rotate
(in tmp);
SseIntrinsics.cs (3)
87
Vector128<float> rotated =
Rotate
(in x);
89
rotated =
Rotate
(in rotated);
91
rotated =
Rotate
(in rotated);