.. |
__init__.py
|
Add license and missing build targets to __init__.py files in TensorFlow Privacy.
|
2022-01-27 12:40:23 -08:00 |
BUILD
|
Adds DistributedSkellamQuery to public TF Privacy.
|
2022-02-18 15:48:20 -08:00 |
discrete_gaussian_query.py
|
Automated rollback of commit 668afa892e
|
2022-01-05 14:13:54 -08:00 |
discrete_gaussian_query_test.py
|
Adds central discrete Gaussian DPQuery.
|
2021-08-08 03:43:23 -07:00 |
discrete_gaussian_utils.py
|
Adds discrete Gaussian (sampler and distributed DPQuery) to public TF Privacy.
|
2021-07-27 17:18:16 -07:00 |
discrete_gaussian_utils_test.py
|
Adds discrete Gaussian (sampler and distributed DPQuery) to public TF Privacy.
|
2021-07-27 17:18:16 -07:00 |
distributed_discrete_gaussian_query.py
|
Automated rollback of commit 668afa892e
|
2022-01-05 14:13:54 -08:00 |
distributed_discrete_gaussian_query_test.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
distributed_skellam_query.py
|
Adds DistributedSkellamQuery to public TF Privacy.
|
2022-02-18 15:48:20 -08:00 |
distributed_skellam_query_test.py
|
Adds DistributedSkellamQuery to public TF Privacy.
|
2022-02-18 15:48:20 -08:00 |
dp_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
gaussian_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
gaussian_query_test.py
|
Ensure that TF 1.0 API is referenced at the call site in TensorFlow Privacy.
|
2022-02-07 16:06:22 -08:00 |
nested_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
nested_query_test.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
no_privacy_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
no_privacy_query_test.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
normalized_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
normalized_query_test.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
quantile_adaptive_clip_sum_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
quantile_adaptive_clip_sum_query_test.py
|
Ensure that TF 1.0 API is referenced at the call site in TensorFlow Privacy.
|
2022-02-07 16:06:22 -08:00 |
quantile_estimator_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
quantile_estimator_query_test.py
|
Ensure that TF 1.0 API is referenced at the call site in TensorFlow Privacy.
|
2022-02-07 16:06:22 -08:00 |
restart_query.py
|
Update to import TF 2.0 in many TensorFlow Privacy Python modules.
|
2022-02-02 09:17:30 -08:00 |
restart_query_test.py
|
Remove the mock dependency from TensorFlow Privacy, this is now part of the Python standard library.
|
2022-01-27 12:34:59 -08:00 |
test_utils.py
|
Remove TensorFlow Privacy __future__ imports.
|
2022-01-27 10:37:22 -08:00 |
tree_aggregation.py
|
Format TensorFlow Privacy files.
|
2022-01-28 11:57:24 -08:00 |
tree_aggregation_query.py
|
Add clearer connection of TFP tree aggregation query and accounting arguments.
|
2022-02-01 21:34:37 -08:00 |
tree_aggregation_query_test.py
|
Format TensorFlow Privacy files.
|
2022-01-28 11:57:24 -08:00 |
tree_aggregation_test.py
|
Define RestartQuery for easy composition to restart tree in tree aggregation queries.
|
2021-08-31 16:07:26 -07:00 |
tree_range_query.py
|
Internal
|
2022-01-28 15:01:34 -08:00 |
tree_range_query_test.py
|
Add DpEvent to return value of get_noised_result. For most DPQueries, the default UnsupportedDpEvent is returned, pending further development.
|
2021-08-31 19:28:13 -07:00 |