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