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