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