2 writes to Expected
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
3806
Expected
= other.Expected;
3851
Expected
= input.ReadString();
6 references to Expected
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
3720
if (
Expected
!= other.
Expected
) return false;
3729
if (HasExpected) hash ^=
Expected
.GetHashCode();
3772
output.WriteString(
Expected
);
3788
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Expected
);
3806
Expected = other.
Expected
;