Skip to content
Snippets Groups Projects
Commit 1cc1fac7 authored by Galen Andrew's avatar Galen Andrew Committed by tensorflow-copybara
Browse files

Add `build_adaptive_zeroing_mean_process` to tff.utils symbols.

PiperOrigin-RevId: 322649697
parent edeaefb9
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ py_library(
"//tensorflow_federated/python/core:__pkg__",
],
deps = [
":adaptive_zeroing",
":computation_utils",
":differential_privacy",
":encoding_utils",
......
......@@ -19,6 +19,7 @@ the latter is set to private and should remain such. The code in utils must not
depend on implementation classes. It should be written against the Core API.
"""
from tensorflow_federated.python.core.utils.adaptive_zeroing import build_adaptive_zeroing_mean_process
from tensorflow_federated.python.core.utils.computation_utils import StatefulAggregateFn
from tensorflow_federated.python.core.utils.computation_utils import StatefulBroadcastFn
from tensorflow_federated.python.core.utils.computation_utils import update_state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment