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