-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests in the
aggregators
package to pass numpy values of the…
… correct dtype to computations. 1. Some of these modules are passing tensorflow values to federated computations, instead these should pass numpy values because federated computations will no longer accept tensorflow values. 2. Some of these modules are passing values with the wrong dtype to computations resulting in the need to cast values to which can result in the loss of data. PiperOrigin-RevId: 658034756
- Loading branch information
1 parent
e1cc0c8
commit 4be7cb5
Showing
2 changed files
with
15 additions
and
9 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