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