tff.federated_eval

Evaluates a federated computation at placement, returning the result.

Used in the notebooks

Used in the tutorials

fn A no-arg TFF computation.
placement The desired result placement (either tff.SERVER or tff.CLIENTS).

A federated value with the given placement placement.

TypeError If the arguments are not of the appropriate types.