aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/contrib.graph_editor.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/contrib.graph_editor.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md b/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
index f611624079..de4f126507 100644
--- a/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
+++ b/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
@@ -137,16 +137,16 @@ which to operate must always be given explicitly. This is the reason why
## Module: reroute
-* @{tf.contrib.graph_editor.reroute.swap_ts}
-* @{tf.contrib.graph_editor.reroute.reroute_ts}
-* @{tf.contrib.graph_editor.reroute.swap_inputs}
-* @{tf.contrib.graph_editor.reroute.reroute_inputs}
-* @{tf.contrib.graph_editor.reroute.swap_outputs}
-* @{tf.contrib.graph_editor.reroute.reroute_outputs}
-* @{tf.contrib.graph_editor.reroute.swap_ios}
-* @{tf.contrib.graph_editor.reroute.reroute_ios}
-* @{tf.contrib.graph_editor.reroute.remove_control_inputs}
-* @{tf.contrib.graph_editor.reroute.add_control_inputs}
+* @{tf.contrib.graph_editor.swap_ts}
+* @{tf.contrib.graph_editor.reroute_ts}
+* @{tf.contrib.graph_editor.swap_inputs}
+* @{tf.contrib.graph_editor.reroute_inputs}
+* @{tf.contrib.graph_editor.swap_outputs}
+* @{tf.contrib.graph_editor.reroute_outputs}
+* @{tf.contrib.graph_editor.swap_ios}
+* @{tf.contrib.graph_editor.reroute_ios}
+* @{tf.contrib.graph_editor.remove_control_inputs}
+* @{tf.contrib.graph_editor.add_control_inputs}
## Module: edit