![]() |
Aggregation to find the maximum value from the tff.CLIENTS
.
tff.utils.federated_max(
value
)
Args | |
---|---|
value
|
A tff.Value placed on the tff.CLIENTS .
|
Returns | |
---|---|
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.
|