![]() |
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 .
|
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class ClientResult.
__ge__
__ge__(
other
)
Method generated by attrs for class ClientResult.
__gt__
__gt__(
other
)
Method generated by attrs for class ClientResult.
__le__
__le__(
other
)
Method generated by attrs for class ClientResult.
__lt__
__lt__(
other
)
Method generated by attrs for class ClientResult.
__ne__
__ne__(
other
)
Method generated by attrs for class ClientResult.