View source on GitHub |
A structure containing the result of ClientWorkProcess.next
computation.
tff.learning.templates.ClientResult(
update, update_weight
)
Used in the notebooks
Used in the tutorials |
---|
Attributes | |
---|---|
update
|
The local update to model weights produced by clients. |
update_weight
|
A weight for weighted aggregation of the update .
|