Module: tff.backends
Stay organized with collections
Save and categorize content based on your preferences.
Backends for constructing, compiling, and executing computations.
Computations expressed in TFF can be executed on a variety of backends,
including native backends that implement TFF's interfaces such as
tff.framework.Executor
, as well as custom non-native backends such as
MapReduce-like systems that may only be able to run a subset of computations
expressibe in TFF.
Modules
mapreduce
module: Libraries for interacting with MapReduce-like backends.
native
module: Libraries for interacting with native backends.
test
module: Libraries for interacting with test backends.
xla
module: Libraries for interacting with XLA backends.
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 2024-09-20 UTC.
[null,null,["Last updated 2024-09-20 UTC."],[],[],null,["# Module: tff.backends\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\nBackends for constructing, compiling, and executing computations.\n\nComputations expressed in TFF can be executed on a variety of backends,\nincluding native backends that implement TFF's interfaces such as\n`tff.framework.Executor`, as well as custom non-native backends such as\nMapReduce-like systems that may only be able to run a subset of computations\nexpressibe in TFF.\n\nModules\n-------\n\n[`mapreduce`](../tff/backends/mapreduce) module: Libraries for interacting with MapReduce-like backends.\n\n[`native`](../tff/backends/native) module: Libraries for interacting with native backends.\n\n[`test`](../tff/backends/test) module: Libraries for interacting with test backends.\n\n[`xla`](../tff/backends/xla) module: Libraries for interacting with XLA backends."]]