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