Computes the minimum at tff.SERVER
of a value
placed at tff.CLIENTS
.
tff.aggregators.federated_min(
value
)
Used in the notebooks
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.
Args |
value
|
A value of a TFF federated type placed at the tff.CLIENTS.
|
Returns |
A representation of the min of the member constituents of value placed at
tff.SERVER .
|