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