2 writes to EosId
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2351
EosId
= other.EosId;
2729
EosId
= input.ReadInt32();
8 references to EosId
Microsoft.ML.Tokenizers (8)
Model\SentencePieceTokenizer.cs (2)
66
EndOfSentenceId = modelProto.TrainerSpec.
EosId
<= 0 ? 1 : modelProto.TrainerSpec.
EosId
;
SentencepieceModel.cs (6)
1646
if (
EosId
!= other.
EosId
) return false;
1702
if (HasEosId) hash ^=
EosId
.GetHashCode();
2039
output.WriteInt32(
EosId
);
2206
size += 2 + pb::CodedOutputStream.ComputeInt32Size(
EosId
);
2351
EosId = other.
EosId
;