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