2 writes to VocabularyOutputPieceScore
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2336
VocabularyOutputPieceScore
= other.VocabularyOutputPieceScore;
2701
VocabularyOutputPieceScore
= input.ReadBool();
5 references to VocabularyOutputPieceScore
Microsoft.ML.Tokenizers (5)
SentencepieceModel.cs (5)
1641
if (
VocabularyOutputPieceScore
!= other.
VocabularyOutputPieceScore
) return false;
1697
if (HasVocabularyOutputPieceScore) hash ^=
VocabularyOutputPieceScore
.GetHashCode();
2011
output.WriteBool(
VocabularyOutputPieceScore
);
2336
VocabularyOutputPieceScore = other.
VocabularyOutputPieceScore
;