2 references to Unit
Microsoft.ML.Tokenizers (2)
Utils\DoubleArrayTrie.cs (2)
491
if (_nodes[(int)i].Unit != _units[(int)unitId].
Unit
|| _nodes[(int)i].Label != _labels[(int)unitId])
525
uint unit = _units[(int)id].
Unit
;