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