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