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