Module: tff.backends

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.