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