1 write to IsState
Microsoft.ML.Tokenizers.Tests (1)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (1)
393
_nodes[(int)childId].
IsState
= true;
1 reference to IsState
Microsoft.ML.Tokenizers.Tests (1)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (1)
254
return (Child << 2) | (uint)(
IsState
? 2 : 0) | (uint)(HasSibling ? 1 : 0);