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)
254return (Child << 2) | (uint)(IsState ? 2 : 0) | (uint)(HasSibling ? 1 : 0);