2 writes to UnkSurface
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2369UnkSurface = other.UnkSurface; 2737UnkSurface = input.ReadString();
6 references to UnkSurface
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1652if (UnkSurface != other.UnkSurface) return false; 1708if (HasUnkSurface) hash ^= UnkSurface.GetHashCode(); 2047output.WriteString(UnkSurface); 2224size += 2 + pb::CodedOutputStream.ComputeStringSize(UnkSurface); 2369UnkSurface = other.UnkSurface;