1 write to _table
Microsoft.ML.Tokenizers.Tests (1)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (1)
1006_table = new uint[dawg.NumIntersections];
2 references to _table
Microsoft.ML.Tokenizers.Tests (2)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (2)
946offset = _table![intersectionId]; 965_table![dawg.IntersectionId(dawgChildId)] = offset;