tff.backends.mapreduce.get_computation_for_map_reduce_form

Creates tff.Computation from a MapReduce form.

mrf An instance of tff.backends.mapreduce.MapReduceForm.

An instance of tff.Computation that corresponds to mrf.

TypeError If the arguments are of the wrong types.