2 writes to vocabSize_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
160vocabSize_ = other.vocabSize_; 338vocabSize_ = value;
2 references to vocabSize_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
160vocabSize_ = other.vocabSize_; 335get { if ((_hasBits0 & 2) != 0) { return vocabSize_; } else { return VocabSizeDefaultValue; } }