tff.backends.mapreduce.get_map_reduce_form_for_computation
Stay organized with collections
Save and categorize content based on your preferences.
Constructs tff.backends.mapreduce.MapReduceForm
for a computation.
tff.backends.mapreduce.get_map_reduce_form_for_computation(
comp: tff.framework.ConcreteComputation
,
grappler_config: tf.compat.v1.ConfigProto = _GRAPPLER_DEFAULT_CONFIG,
*,
tff_internal_preprocessing: Optional[BuildingBlockFn] = None
) -> tff.backends.mapreduce.MapReduceForm
Args |
comp
|
An instance of tff.framework.ConcreteComputation that is compatible
with MapReduce form. The computation must take exactly two arguments, and
the first must be a state value placed at SERVER . The computation must
return exactly two values. The type of the first element in the result
must also be assignable to the first element of the parameter.
|
grappler_config
|
An optional instance of tf.compat.v1.ConfigProto to
configure Grappler graph optimization of the TensorFlow graphs backing the
resulting tff.backends.mapreduce.MapReduceForm . These options are
combined with a set of defaults that aggressively configure Grappler. If
the input grappler_config has
graph_options.rewrite_options.disable_meta_optimizer=True , Grappler is
bypassed.
|
tff_internal_preprocessing
|
An optional function to transform the AST of the
iterative process.
|
Raises |
TypeError
|
If the arguments are of the wrong types.
|
compiler.MapReduceFormCompilationError
|
If the compilation process fails.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-20 UTC."],[],[]]