1 write to Score
Microsoft.ML.Tokenizers (1)
Model\SentencePieceBpeModel.cs (1)
1278Score = score;
7 references to Score
Microsoft.ML.Tokenizers (7)
Model\SentencePieceBpeModel.cs (7)
1285if (Score != other.Score) 1287return other.Score.CompareTo(Score); 1296hashCode = (hashCode * 37) + Score.GetHashCode(); 1301public bool Equals(SymbolPair other) => Left == other.Left && Score == other.Score;