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