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