1 write to Score
Microsoft.ML.Tokenizers (1)
Model\SentencePieceBpeModel.cs (1)
1232Score = score;
7 references to Score
Microsoft.ML.Tokenizers (7)
Model\SentencePieceBpeModel.cs (7)
1239if (Score != other.Score) 1241return other.Score.CompareTo(Score); 1250hashCode = (hashCode * 37) + Score.GetHashCode(); 1255public bool Equals(SymbolPair other) => Left == other.Left && Score == other.Score;