6 references to Swap
Microsoft.ML.Core (2)
Utilities\Utils.cs (2)
43
Swap
(ref a[iMin++], ref a[iLim]);
550
Swap
(ref rgv[iv], ref rgv[iv + rand.Next(rgv.Length - iv)]);
Microsoft.ML.Core.Tests (4)
UnitTests\TestVBuffer.cs (4)
945
Utils.
Swap
(ref a, ref dst);
1114
Utils.
Swap
(ref a, ref b);
1133
Utils.
Swap
(ref a, ref b);
1156
Utils.
Swap
(ref a, ref b);