tff.federated_zip

Converts an N-tuple of federated values into a federated N-tuple value.

Used in the notebooks

Used in the tutorials

value A value of a TFF named tuple type, the elements of which are federated values with the same placement.

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.

TypeError If the argument is not a named tuple of federated values with the same placement.