3 writes to modelPrefix_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
158
modelPrefix_
= other.modelPrefix_;
281
modelPrefix_
= pb::ProtoPreconditions.CheckNotNull(value, "value");
294
modelPrefix_
= null;
3 references to modelPrefix_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
158
modelPrefix_ = other.
modelPrefix_
;
279
get { return
modelPrefix_
?? ModelPrefixDefaultValue; }
288
get { return
modelPrefix_
!= null; }