2 writes to hardVocabLimit_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
189
hardVocabLimit_
= other.hardVocabLimit_;
1226
hardVocabLimit_
= value;
2 references to hardVocabLimit_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
189
hardVocabLimit_ = other.
hardVocabLimit_
;
1223
get { if ((_hasBits0 & 2097152) != 0) { return
hardVocabLimit_
; } else { return HardVocabLimitDefaultValue; } }