1 reference to MaxSentenceLengthDefaultValue
Microsoft.ML.Tokenizers (1)
SentencepieceModel.cs (1)
734
get { if ((_hasBits0 & 2048) != 0) { return maxSentenceLength_; } else { return
MaxSentenceLengthDefaultValue
; } }