3 writes to inputFormat_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
157inputFormat_ = other.inputFormat_; 251inputFormat_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 264inputFormat_ = null;
3 references to inputFormat_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
157inputFormat_ = other.inputFormat_; 249get { return inputFormat_ ?? InputFormatDefaultValue; } 258get { return inputFormat_ != null; }