2 writes to DifferentialPrivacyClippingThreshold
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2271DifferentialPrivacyClippingThreshold = other.DifferentialPrivacyClippingThreshold; 2769DifferentialPrivacyClippingThreshold = input.ReadUInt64();
6 references to DifferentialPrivacyClippingThreshold
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1618if (DifferentialPrivacyClippingThreshold != other.DifferentialPrivacyClippingThreshold) return false; 1674if (HasDifferentialPrivacyClippingThreshold) hash ^= DifferentialPrivacyClippingThreshold.GetHashCode(); 2079output.WriteUInt64(DifferentialPrivacyClippingThreshold); 2126size += 2 + pb::CodedOutputStream.ComputeUInt64Size(DifferentialPrivacyClippingThreshold); 2271DifferentialPrivacyClippingThreshold = other.DifferentialPrivacyClippingThreshold;