3 writes to expected_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
3642expected_ = other.expected_; 3688expected_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 3701expected_ = null;
3 references to expected_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
3642expected_ = other.expected_; 3686get { return expected_ ?? ExpectedDefaultValue; } 3695get { return expected_ != null; }