tff.federated_zip
Stay organized with collections
Save and categorize content based on your preferences.
Converts an N-tuple of federated values into a federated N-tuple value.
tff.federated_zip(
value
)
Args |
value
|
A value of a TFF named tuple type, the elements of which are
federated values with the same placement.
|
Returns |
A federated value placed at the same location as the members of value , in
which every member component is a named tuple that consists of the
corresponding member components of the elements of value .
|
Raises |
TypeError
|
If the argument is not a named tuple of federated values with the
same placement.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-17 UTC.
[null,null,["Last updated 2025-01-17 UTC."],[],[],null,["# tff.federated_zip\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/federated/blob/v0.87.0 Version 2.0, January 2004 Licensed under the Apache License, Version 2.0 (the) |\n\nConverts an N-tuple of federated values into a federated N-tuple value. \n\n tff.federated_zip(\n value\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|---------|--------------------------------------------------------------------------------------------------------|\n| `value` | A value of a TFF named tuple type, the elements of which are federated values with the same placement. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A federated value placed at the same location as the members of `value`, in which every member component is a named tuple that consists of the corresponding member components of the elements of `value`. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|-------------|-----------------------------------------------------------------------------------|\n| `TypeError` | If the argument is not a named tuple of federated values with the same placement. |\n\n\u003cbr /\u003e"]]