tensorflow_privacy/privacy/optimizers
Galen Andrew e566967ff6 Simplify GaussianQuery by removing _GlobalState.
The global state for DP query is intended for aspects of the query that change across samples under the query's own control. It was therefore unnecessary to wrap "l2_norm_clip" and "sum_stddev" in the namedtuple _GlobalState for the basic GaussianQuery classes.

PiperOrigin-RevId: 237528962
2019-03-08 15:17:48 -08:00
..
__init__.py Project import generated by Copybara. 2018-12-18 15:44:04 -08:00
dp_optimizer.py missing reduce_mean 2019-02-26 22:56:29 -08:00
dp_optimizer_eager_test.py Tests for Eager mode. 2019-03-01 14:48:29 -08:00
dp_optimizer_test.py Tests for Eager mode. 2019-03-01 14:48:29 -08:00
dp_query.py General cleanup. 2019-01-23 14:41:44 -08:00
gaussian_query.py Simplify GaussianQuery by removing _GlobalState. 2019-03-08 15:17:48 -08:00
gaussian_query_test.py Simplify GaussianQuery by removing _GlobalState. 2019-03-08 15:17:48 -08:00
nested_query.py Fix copybara to limit some transformations to the beginning of the line. 2019-02-08 16:55:57 -08:00
nested_query_test.py Fix copybara to limit some transformations to the beginning of the line. 2019-02-08 16:55:57 -08:00
no_privacy_query.py Fix copybara to limit some transformations to the beginning of the line. 2019-02-08 16:55:57 -08:00
no_privacy_query_test.py Fix copybara to limit some transformations to the beginning of the line. 2019-02-08 16:55:57 -08:00
test_utils.py General cleanup. 2019-01-23 14:41:44 -08:00