tff.federated_max

Computes a max at tff.SERVER of a value placed on the tff.CLIENTS.

Used in the notebooks

Used in the tutorials

value A value of a TFF federated type placed at the tff.CLIENTS.

A representation of the max of the member constituents of value placed on the tff.SERVER.

ValueError If the argument is not a federated TFF value placed at tff.CLIENTS compatible with max.