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