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