3 writes to requiredChars_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
186requiredChars_ = other.requiredChars_; 1131requiredChars_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 1144requiredChars_ = null;
3 references to requiredChars_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
186requiredChars_ = other.requiredChars_; 1129get { return requiredChars_ ?? RequiredCharsDefaultValue; } 1138get { return requiredChars_ != null; }