2 writes to PadPiece
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2366PadPiece = other.PadPiece; 2753PadPiece = input.ReadString();
6 references to PadPiece
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1651if (PadPiece != other.PadPiece) return false; 1707if (HasPadPiece) hash ^= PadPiece.GetHashCode(); 2063output.WriteString(PadPiece); 2221size += 2 + pb::CodedOutputStream.ComputeStringSize(PadPiece); 2366PadPiece = other.PadPiece;