2 writes to useAllVocab_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
190useAllVocab_ = other.useAllVocab_; 1257useAllVocab_ = value;
2 references to useAllVocab_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
190useAllVocab_ = other.useAllVocab_; 1254get { if ((_hasBits0 & 4194304) != 0) { return useAllVocab_; } else { return UseAllVocabDefaultValue; } }