2 writes to HardVocabLimit
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2339HardVocabLimit = other.HardVocabLimit; 2705HardVocabLimit = input.ReadBool();
5 references to HardVocabLimit
Microsoft.ML.Tokenizers (5)
SentencepieceModel.cs (5)
1642if (HardVocabLimit != other.HardVocabLimit) return false; 1698if (HasHardVocabLimit) hash ^= HardVocabLimit.GetHashCode(); 2015output.WriteBool(HardVocabLimit); 2339HardVocabLimit = other.HardVocabLimit;