2 writes to score_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
4338
score_
= other.score_;
4390
score_
= value;
2 references to score_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
4338
score_ = other.
score_
;
4387
get { if ((_hasBits0 & 1) != 0) { return
score_
; } else { return ScoreDefaultValue; } }