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