7 references to SwapIfGreaterWithItems
Microsoft.ML.Data (7)
Deprecated\Vector\GenericSpanSortHelper.cs (7)
119SwapIfGreaterWithItems(keys, values, lo, hi); 124SwapIfGreaterWithItems(keys, values, lo, hi - 1); 125SwapIfGreaterWithItems(keys, values, lo, hi); 126SwapIfGreaterWithItems(keys, values, hi - 1, hi); 158SwapIfGreaterWithItems(keys, values, lo, middle); // swap the low with the mid point 159SwapIfGreaterWithItems(keys, values, lo, hi); // swap the low with the high 160SwapIfGreaterWithItems(keys, values, middle, hi); // swap the middle with the high