3 references to Label
Microsoft.ML.Tokenizers.Tests (3)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (3)
306
public bool IsLeaf(uint id) =>
Label
(id) == 0;
908
_labels.Append(dawg.
Label
(dawgChildId));
970
byte childLabel = dawg.
Label
(dawgChildId);