tff.federated_broadcast

Broadcasts a federated value from the tff.SERVER to the tff.CLIENTS.

Used in the notebooks

Used in the tutorials

value A value of a TFF federated type placed at the tff.SERVER, all members of which are equal (the tff.FederatedType.all_equal property of value is True).

A representation of the result of broadcasting: a value of a TFF federated type placed at the tff.CLIENTS, all members of which are equal.

TypeError If the argument is not a federated TFF value placed at the tff.SERVER.