2 writes to inputSentenceSize_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
167
inputSentenceSize_
= other.inputSentenceSize_;
544
inputSentenceSize_
= value;
2 references to inputSentenceSize_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
167
inputSentenceSize_ = other.
inputSentenceSize_
;
541
get { if ((_hasBits0 & 16) != 0) { return
inputSentenceSize_
; } else { return InputSentenceSizeDefaultValue; } }