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