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