tff.aggregators.federated_max

Computes the maximum at tff.SERVER of a value placed at tff.CLIENTS.

Used in the notebooks

Used in the tutorials

The maximum is computed element-wise, for each scalar and every scalar in a tensor contained in value.

In the degenerate scenario that the value is aggregated over an empty set of tff.CLIENTS, the tensor constituents of the result are set to the minimum of the underlying numeric data type.

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 at tff.SERVER.