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