2 writes to addDummyPrefix_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2883addDummyPrefix_ = other.addDummyPrefix_; 2972addDummyPrefix_ = value;
2 references to addDummyPrefix_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2883addDummyPrefix_ = other.addDummyPrefix_; 2969get { if ((_hasBits0 & 1) != 0) { return addDummyPrefix_; } else { return AddDummyPrefixDefaultValue; } }