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