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