8 references to _labels
Microsoft.ML.Tokenizers.Tests (8)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (8)
868
for (int i = 1; i <
_labels
.Size; ++i)
870
if (this[offset ^
_labels
[i]].IsFixed)
889
uint offset = unfixedId ^
_labels
[0];
903
_labels
.Resize(0);
908
_labels
.Append(dawg.Label(dawgChildId));
916
for (int i = 0; i <
_labels
.Size; ++i)
918
uint dicChildId = offset ^
_labels
[i];
928
_units[(int)dicChildId].Label =
_labels
[i];