tff.learning.templates.build_broadcast_process

Builds DistributionProcess directly broadcasting values.

Used in the notebooks

Used in the tutorials

The created process has empty state and reports no measurements.

value_type A non-federated tff.Type of value to be broadcasted.

A DistributionProcess for broadcasting value_type.

TypeError If value_type contains a tff.types.FederatedType.