2 writes to maxSentenceLength_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
173
maxSentenceLength_
= other.maxSentenceLength_;
737
maxSentenceLength_
= value;
2 references to maxSentenceLength_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
173
maxSentenceLength_ = other.
maxSentenceLength_
;
734
get { if ((_hasBits0 & 2048) != 0) { return
maxSentenceLength_
; } else { return MaxSentenceLengthDefaultValue; } }