2 writes to SelfTestSampleSize
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2262
SelfTestSampleSize
= other.SelfTestSampleSize;
2617
SelfTestSampleSize
= input.ReadInt32();
6 references to SelfTestSampleSize
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1615
if (
SelfTestSampleSize
!= other.
SelfTestSampleSize
) return false;
1671
if (HasSelfTestSampleSize) hash ^=
SelfTestSampleSize
.GetHashCode();
1933
output.WriteInt32(
SelfTestSampleSize
);
2117
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
SelfTestSampleSize
);
2262
SelfTestSampleSize = other.
SelfTestSampleSize
;