2 writes to Rank
Microsoft.ML.Tokenizers (2)
Utils\BytePairEncoder.cs (2)
178
heap.Enqueue(new MergeEntry { Start = i,
Rank
= rank });
203
heapQueue.Enqueue(new MergeEntry { Start = start,
Rank
= rank });
4 references to Rank
Microsoft.ML.Tokenizers (4)
Utils\BytePairEncoder.cs (4)
147
int rankComparison =
Rank
.CompareTo(other.
Rank
);
213
if (left.
Rank
== int.MaxValue)
218
if (left.
Rank
!= state[left.Start].NextRank)