tff.backends.mapreduce.get_computation_for_distribute_aggregate_form

Creates tff.Computation from a DistributeAggregate form.

daf An instance of tff.backends.mapreduce.DistributeAggregateForm.

An instance of tff.Computation that corresponds to daf.

TypeError If the arguments are of the wrong types.