7 references to _labels
Microsoft.ML.Tokenizers.Tests (7)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (7)
304
public byte Label(uint id) =>
_labels
[(int)id];
334
_labels
[0] = _nodes[0].Label;
425
_labels
.Append();
451
if (
_labels
[i] == 0 || _units[i].IsState)
491
if (_nodes[(int)i].Unit != _units[(int)unitId].Unit || _nodes[(int)i].Label !=
_labels
[(int)unitId])
526
byte label =
_labels
[(int)id];
585
_labels
[(int)unitId] = _nodes[(int)i].Label;