tff.federated_value
Stay organized with collections
Save and categorize content based on your preferences.
Returns a federated value at placement
, with value
as the constituent.
tff.federated_value(
value, placement
)
Deprecation warning: Using tff.federated_value
with arguments other than
simple Python constants is deprecated. When placing the result of a
tff.tensorflow.computation
, prefer tff.federated_eval
.
Args |
value
|
A value of a non-federated TFF type to be placed.
|
placement
|
The desired result placement (either tff.SERVER or
tff.CLIENTS ).
|
Returns |
A federated value with the given placement placement , and the member
constituent value equal at all locations.
|
Raises |
TypeError
|
If the arguments are not of the appropriate types.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-17 UTC.
[null,null,["Last updated 2025-01-17 UTC."],[],[],null,["# tff.federated_value\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/federated/blob/v0.87.0 Version 2.0, January 2004 Licensed under the Apache License, Version 2.0 (the) |\n\nReturns a federated value at `placement`, with `value` as the constituent. \n\n tff.federated_value(\n value, placement\n )\n\nDeprecation warning: Using [`tff.federated_value`](../tff/federated_value) with arguments other than\nsimple Python constants is deprecated. When placing the result of a\n[`tff.tensorflow.computation`](../tff/tensorflow/computation), prefer [`tff.federated_eval`](../tff/federated_eval).\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|-------------|---------------------------------------------------------------------------------------------------------|\n| `value` | A value of a non-federated TFF type to be placed. |\n| `placement` | The desired result placement (either [`tff.SERVER`](../tff#SERVER) or [`tff.CLIENTS`](../tff#CLIENTS)). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A federated value with the given placement `placement`, and the member constituent `value` equal at all locations. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|-------------|----------------------------------------------------|\n| `TypeError` | If the arguments are not of the appropriate types. |\n\n\u003cbr /\u003e"]]