A. Unique TensorFlower
1d002aa49c
Increment the differential privacy accounting Bazel dependency to a version that supports mechanism calibration.
...
PiperOrigin-RevId: 460539211
2022-07-12 13:29:27 -07:00
A. Unique TensorFlower
e826ec717a
Switch from a git_repository
rule to http_archive
for the DP accounting Bazel dependency. This is preferred, per https://docs.bazel.build/versions/main/external.html#repository-rules , to avoid depending on the system git
(the HTTP downloader is build into Bazel).
...
Also use the strip_prefix option to only pull in the accounting WORKSPACE, not the top-level Google DP project WORKSPACE. This allows us to align the import statements to work both when pulling in the `dp_acounting` dependency via Bazel and pip.
PiperOrigin-RevId: 459807060
2022-07-08 12:07:17 -07:00
Galen Andrew
22b92a61ca
Update to newest commit of differential_privacy.
...
PiperOrigin-RevId: 458275483
2022-06-30 11:39:08 -07:00
Galen Andrew
97f5c2fdfb
Update to use new Google differential privacy gethub commit.
...
PiperOrigin-RevId: 452616485
2022-06-02 14:02:10 -07:00
Galen Andrew
e0ab480e3d
Use updated Google differential_privacy library.
...
PiperOrigin-RevId: 445189891
2022-04-28 10:36:04 -07:00
A. Unique TensorFlower
676945d3a6
Migrate references to dp_event
to Google DP libraries.
...
PiperOrigin-RevId: 440204574
2022-04-07 14:42:57 -07:00
Michael Reneer
69d84d1892
Add TensorFlow Privacy BUILD and WORKSPACE files.
...
PiperOrigin-RevId: 429141704
2022-02-16 23:30:06 +00:00