File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ py_library(
37
37
"//tensorflow_privacy/privacy/optimizers:dp_optimizer_keras" ,
38
38
"//tensorflow_privacy/privacy/optimizers:dp_optimizer_keras_vectorized" ,
39
39
"//tensorflow_privacy/v1:tensorflow_privacy_v1" ,
40
- "@com_google_differential_py//python/dp_accounting:dp_event" ,
41
40
],
42
41
)
43
42
Original file line number Diff line number Diff line change 25
25
# TensorFlow v1 imports
26
26
from tensorflow_privacy import v1
27
27
28
- # DpEvents
29
- from com_google_differential_py .python .dp_accounting .dp_event import DpEvent
30
- from com_google_differential_py .python .dp_accounting .dp_event import NoOpDpEvent
31
- from com_google_differential_py .python .dp_accounting .dp_event import NonPrivateDpEvent
32
- from com_google_differential_py .python .dp_accounting .dp_event import UnsupportedDpEvent
33
- from com_google_differential_py .python .dp_accounting .dp_event import GaussianDpEvent
34
- from com_google_differential_py .python .dp_accounting .dp_event import SelfComposedDpEvent
35
- from com_google_differential_py .python .dp_accounting .dp_event import ComposedDpEvent
36
- from com_google_differential_py .python .dp_accounting .dp_event import PoissonSampledDpEvent
37
- from com_google_differential_py .python .dp_accounting .dp_event import SampledWithReplacementDpEvent
38
- from com_google_differential_py .python .dp_accounting .dp_event import SampledWithoutReplacementDpEvent
39
-
40
28
# Analysis
41
29
from tensorflow_privacy .privacy .analysis .compute_dp_sgd_privacy_lib import compute_dp_sgd_privacy
42
30
from tensorflow_privacy .privacy .analysis .rdp_accountant import compute_heterogeneous_rdp
You can’t perform that action at this time.
0 commit comments