4 references to HasMaxSentenceLength
Microsoft.ML.Tokenizers (4)
SentencepieceModel.cs (4)
1682if (HasMaxSentenceLength) hash ^= MaxSentenceLength.GetHashCode(); 1971if (HasMaxSentenceLength) { 2149if (HasMaxSentenceLength) { 2294if (other.HasMaxSentenceLength) {