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