2 writes to maxSentencepieceLength_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
176maxSentencepieceLength_ = other.maxSentencepieceLength_; 830maxSentencepieceLength_ = value;
2 references to maxSentencepieceLength_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
176maxSentencepieceLength_ = other.maxSentencepieceLength_; 827get { if ((_hasBits0 & 8192) != 0) { return maxSentencepieceLength_; } else { return MaxSentencepieceLengthDefaultValue; } }