![]() |
Creates tff.Computation
from a MapReduce form.
tff.backends.mapreduce.get_computation_for_map_reduce_form(
mrf: tff.backends.mapreduce.MapReduceForm
) -> tff.Computation
Args | |
---|---|
mrf
|
An instance of tff.backends.mapreduce.MapReduceForm .
|
Returns | |
---|---|
An instance of tff.Computation that corresponds to mrf .
|
Raises | |
---|---|
TypeError
|
If the arguments are of the wrong types. |