2 writes to InputSentenceSize
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2277
InputSentenceSize
= other.InputSentenceSize;
2629
InputSentenceSize
= input.ReadUInt64();
6 references to InputSentenceSize
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1620
if (
InputSentenceSize
!= other.
InputSentenceSize
) return false;
1676
if (HasInputSentenceSize) hash ^=
InputSentenceSize
.GetHashCode();
1945
output.WriteUInt64(
InputSentenceSize
);
2132
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(
InputSentenceSize
);
2277
InputSentenceSize = other.
InputSentenceSize
;