tensorflow_privacy/privacy/analysis
Ilya Mironov 3c4409d6d6 Restoring ability to run compute_dp_sgd_privacy.py as a standalone script.
At present, the script has no heavy dependencies except for the rdp_accountant, which is by itself pretty light-weight. However, importing rdp_accountant triggers __init__.py in third_party/py/tensorflow_privacy/privacy, which loads TF and all of tf.privacy. The CL adds a check to the __init__.py, which controls this behavior.

PiperOrigin-RevId: 243172355
2019-04-11 17:06:53 -07:00
..
__init__.py Project import generated by Copybara. 2018-12-18 15:44:04 -08:00
compute_dp_sgd_privacy.py Restoring ability to run compute_dp_sgd_privacy.py as a standalone script. 2019-04-11 17:06:53 -07:00
privacy_ledger.py Use PrivacyLedger for privacy accounting. 2019-03-29 15:31:32 -07:00
privacy_ledger_test.py Cleanup directory structure, add top-level imports and add normalized_query. 2019-03-25 10:21:04 -07:00
rdp_accountant.py Use PrivacyLedger for privacy accounting. 2019-03-29 15:31:32 -07:00
rdp_accountant_test.py Use PrivacyLedger for privacy accounting. 2019-03-29 15:31:32 -07:00
tensor_buffer.py Add privacy ledger. 2019-02-08 11:21:43 -08:00
tensor_buffer_test.py Fix copybara to limit some transformations to the beginning of the line. 2019-02-08 16:55:57 -08:00