2 writes to IsFixed
Microsoft.ML.Tokenizers (2)
Utils\DoubleArrayTrie.cs (2)
816this[id].IsFixed = false; 852this[id].IsFixed = true;
2 references to IsFixed
Microsoft.ML.Tokenizers (2)
Utils\DoubleArrayTrie.cs (2)
788if (!this[id].IsFixed) 870if (this[offset ^ _labels[i]].IsFixed)