-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify tracing computations, part #1.
These three CLs are stacked on top of each other and they make the tracing logic more complex. Rolling these CLs back will simplify tracing logic and improve static analysis and lint. The stacktraces will have more depth, but hopefully they will also be more clear as well. 1. Revert b82dd1a - Refactors the computation wrapper to allow for non-tracing strategies. 2. Revert 827f21e - Remove the remaining TFF stack frames from tracing errors. 4. Revert 1406a91 - Invert control of some tracing functions to shorten stacktraces. PiperOrigin-RevId: 568323122
- Loading branch information
1 parent
97ced95
commit 5feb03b
Showing
18 changed files
with
581 additions
and
625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
318 changes: 112 additions & 206 deletions
318
tensorflow_federated/python/core/impl/computation/computation_wrapper.py
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.