Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tensorflow-federated
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
tensorflow-federated
Commits
1cc1fac7
Commit
1cc1fac7
authored
4 years ago
by
Galen Andrew
Committed by
tensorflow-copybara
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add `build_adaptive_zeroing_mean_process` to tff.utils symbols.
PiperOrigin-RevId: 322649697
parent
edeaefb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tensorflow_federated/python/core/utils/BUILD
+1
-0
1 addition, 0 deletions
tensorflow_federated/python/core/utils/BUILD
tensorflow_federated/python/core/utils/__init__.py
+1
-0
1 addition, 0 deletions
tensorflow_federated/python/core/utils/__init__.py
with
2 additions
and
0 deletions
tensorflow_federated/python/core/utils/BUILD
+
1
−
0
View file @
1cc1fac7
...
...
@@ -14,6 +14,7 @@ py_library(
"
//tensorflow_federated/python/core:__pkg__
"
,
],
deps
=
[
"
:adaptive_zeroing
"
,
"
:computation_utils
"
,
"
:differential_privacy
"
,
"
:encoding_utils
"
,
...
...
This diff is collapsed.
Click to expand it.
tensorflow_federated/python/core/utils/__init__.py
+
1
−
0
View file @
1cc1fac7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment