1 write to Rank
Microsoft.ML.Tokenizers (1)
Model\Merge.cs (1)
17
Rank
= rank;
7 references to Rank
Microsoft.ML.Tokenizers (7)
Model\Merge.cs (7)
27
if (
Rank
!= other.
Rank
)
29
return
Rank
.CompareTo(other.
Rank
);
38
hashcode = (hashcode * 37) +
Rank
.GetHashCode();
43
public bool Equals(Merge other) => Pos == other.Pos &&
Rank
== other.
Rank
;