Skip to content
Snippets Groups Projects
Commit a7301afa authored by Jakub Konecny's avatar Jakub Konecny Committed by tensorflow-copybara
Browse files

Adds `DifferentialyPrivateSumFactory` to the public API.

PiperOrigin-RevId: 338088240
parent 656a186a
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ py_library(
srcs_version = "PY3",
visibility = ["//tensorflow_federated:__pkg__"],
deps = [
":dp_factory",
":factory",
":mean_factory",
":quantile_estimation",
......
......@@ -13,6 +13,7 @@
# limitations under the License.
"""Libraries for constructing federated aggregation."""
from tensorflow_federated.python.aggregators.dp_factory import DifferentiallyPrivateFactory
from tensorflow_federated.python.aggregators.factory import AggregationProcessFactory
from tensorflow_federated.python.aggregators.mean_factory import MeanFactory
from tensorflow_federated.python.aggregators.quantile_estimation import PrivateQuantileEstimationProcess
......
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