Skip to content

Commit 806e088

Browse files
schien1729tensorflower-gardener
authored andcommitted
Internal test.
PiperOrigin-RevId: 470846833
1 parent ed16033 commit 806e088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow_privacy/privacy/optimizers/dp_optimizer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
import tensorflow as tf
1818
from tensorflow_privacy.privacy.dp_query import gaussian_query
1919

20+
# Add a random comment for no reason.
21+
2022

2123
def make_optimizer_class(cls):
2224
"""Given a subclass of `tf.compat.v1.train.Optimizer`, returns a DP-SGD subclass of it.

0 commit comments

Comments
 (0)