tff.aggregators.federated_min

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

Used in the notebooks

Used in the tutorials

The minimum 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 maximum of the underlying numeric data type.

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

A representation of the min of the member constituents of value placed at tff.SERVER.