tensorflow_privacy/privacy/optimizers
A. Unique TensorFlower 098c5220b5 Remove test broken by upstream tf changes.
tf.nest.map_structure_up_to has changed so that map_structure_up_to(x, func, x, y) no longer raises an error when y is longer than x, for example x=[1,2], y=[1,2,3]. This broke one of our tests for nested query. Remove the test until (if and when) the old, more reasonable, behavior is restored.

PiperOrigin-RevId: 232057385
2019-02-01 16:22:05 -08:00
..
__init__.py Project import generated by Copybara. 2018-12-18 15:44:04 -08:00
dp_optimizer.py General cleanup. 2019-01-23 14:41:44 -08:00
dp_optimizer_test.py General cleanup. 2019-01-23 14:41:44 -08:00
dp_query.py General cleanup. 2019-01-23 14:41:44 -08:00
gaussian_query.py General cleanup. 2019-01-23 14:41:44 -08:00
gaussian_query_test.py General cleanup. 2019-01-23 14:41:44 -08:00
nested_query.py General cleanup. 2019-01-23 14:41:44 -08:00
nested_query_test.py Remove test broken by upstream tf changes. 2019-02-01 16:22:05 -08:00
no_privacy_query.py General cleanup. 2019-01-23 14:41:44 -08:00
no_privacy_query_test.py General cleanup. 2019-01-23 14:41:44 -08:00
test_utils.py General cleanup. 2019-01-23 14:41:44 -08:00