6 references to PriorityQueue
Microsoft.ML.Tokenizers (6)
Model\CodeGenTokenizer.cs (4)
385PriorityQueue<SymbolPair> agenda = new(textSpanToEncode.Length); 625PriorityQueue<SymbolPair> agenda = new(textSpanToEncode.Length); 837PriorityQueue<SymbolPair> agenda = new(textSpanToEncode.Length); 974PriorityQueue<SymbolPair> agenda = new(textSpanToEncode.Length);
Model\SentencePieceBpeModel.cs (1)
1152PriorityQueue<SymbolPair> agenda = new(symbolIndex);
Model\Word.cs (1)
102priorityQueue ??= new PriorityQueue<Merge>(_symbols.Count);