2 writes to vocabularyOutputPieceScore_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
188vocabularyOutputPieceScore_ = other.vocabularyOutputPieceScore_; 1192vocabularyOutputPieceScore_ = value;
2 references to vocabularyOutputPieceScore_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
188vocabularyOutputPieceScore_ = other.vocabularyOutputPieceScore_; 1189get { if ((_hasBits0 & 1048576) != 0) { return vocabularyOutputPieceScore_; } else { return VocabularyOutputPieceScoreDefaultValue; } }