View source on GitHub |
Builds DistributionProcess
directly broadcasting values.
tff.learning.templates.build_broadcast_process(
value_type: tff.types.Type
)
Used in the notebooks
Used in the tutorials |
---|
The created process has empty state and reports no measurements.
Args | |
---|---|
value_type
|
A non-federated tff.Type of value to be broadcasted.
|
Returns | |
---|---|
A DistributionProcess for broadcasting value_type .
|
Raises | |
---|---|
TypeError
|
If value_type contains a tff.types.FederatedType .
|