3 references to FindIndexSorted
Microsoft.ML.Core (3)
Utilities\Utils.cs (2)
253index = FindIndexSorted(input, min, lim, value); 265return FindIndexSorted(input.AsSpan(), min, lim, value);
Utilities\VBufferUtils.cs (1)
422int lim = Utils.FindIndexSorted(dstIndices, 0, dstValues.Length, denseCount);