7 references to _isIntersections
Microsoft.ML.Tokenizers.Tests (7)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (7)
308public bool IsIntersection(uint id) => _isIntersections[(int)id]; 310public uint IntersectionId(uint id) => _isIntersections.Rank(id) - 1; 312public int NumIntersections => (int)_isIntersections.NumOnes; 335_isIntersections.Build(); 423_isIntersections.Append(); 426return _isIntersections.Size - 1; 572_isIntersections.Set(matchId, true);