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