2 writes to PadId
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2354
PadId
= other.PadId;
2733
PadId
= input.ReadInt32();
6 references to PadId
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1647
if (
PadId
!= other.
PadId
) return false;
1703
if (HasPadId) hash ^=
PadId
.GetHashCode();
2043
output.WriteInt32(
PadId
);
2209
size += 2 + pb::CodedOutputStream.ComputeInt32Size(
PadId
);
2354
PadId = other.
PadId
;