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.md114
1 files changed, 57 insertions, 57 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 20fe88a799..8ce49b952b 100644
--- a/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
+++ b/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
@@ -100,78 +100,78 @@ which to operate must always be given explicitly. This is the reason why
## Module: util
-* @{tf.contrib.graph_editor.make_list_of_op}
-* @{tf.contrib.graph_editor.get_tensors}
-* @{tf.contrib.graph_editor.make_list_of_t}
-* @{tf.contrib.graph_editor.get_generating_ops}
-* @{tf.contrib.graph_editor.get_consuming_ops}
-* @{tf.contrib.graph_editor.ControlOutputs}
-* @{tf.contrib.graph_editor.placeholder_name}
-* @{tf.contrib.graph_editor.make_placeholder_from_tensor}
-* @{tf.contrib.graph_editor.make_placeholder_from_dtype_and_shape}
+* `tf.contrib.graph_editor.make_list_of_op`
+* `tf.contrib.graph_editor.get_tensors`
+* `tf.contrib.graph_editor.make_list_of_t`
+* `tf.contrib.graph_editor.get_generating_ops`
+* `tf.contrib.graph_editor.get_consuming_ops`
+* `tf.contrib.graph_editor.ControlOutputs`
+* `tf.contrib.graph_editor.placeholder_name`
+* `tf.contrib.graph_editor.make_placeholder_from_tensor`
+* `tf.contrib.graph_editor.make_placeholder_from_dtype_and_shape`
## Module: select
-* @{tf.contrib.graph_editor.filter_ts}
-* @{tf.contrib.graph_editor.filter_ts_from_regex}
-* @{tf.contrib.graph_editor.filter_ops}
-* @{tf.contrib.graph_editor.filter_ops_from_regex}
-* @{tf.contrib.graph_editor.get_name_scope_ops}
-* @{tf.contrib.graph_editor.check_cios}
-* @{tf.contrib.graph_editor.get_ops_ios}
-* @{tf.contrib.graph_editor.compute_boundary_ts}
-* @{tf.contrib.graph_editor.get_within_boundary_ops}
-* @{tf.contrib.graph_editor.get_forward_walk_ops}
-* @{tf.contrib.graph_editor.get_backward_walk_ops}
-* @{tf.contrib.graph_editor.get_walks_intersection_ops}
-* @{tf.contrib.graph_editor.get_walks_union_ops}
-* @{tf.contrib.graph_editor.select_ops}
-* @{tf.contrib.graph_editor.select_ts}
-* @{tf.contrib.graph_editor.select_ops_and_ts}
+* `tf.contrib.graph_editor.filter_ts`
+* `tf.contrib.graph_editor.filter_ts_from_regex`
+* `tf.contrib.graph_editor.filter_ops`
+* `tf.contrib.graph_editor.filter_ops_from_regex`
+* `tf.contrib.graph_editor.get_name_scope_ops`
+* `tf.contrib.graph_editor.check_cios`
+* `tf.contrib.graph_editor.get_ops_ios`
+* `tf.contrib.graph_editor.compute_boundary_ts`
+* `tf.contrib.graph_editor.get_within_boundary_ops`
+* `tf.contrib.graph_editor.get_forward_walk_ops`
+* `tf.contrib.graph_editor.get_backward_walk_ops`
+* `tf.contrib.graph_editor.get_walks_intersection_ops`
+* `tf.contrib.graph_editor.get_walks_union_ops`
+* `tf.contrib.graph_editor.select_ops`
+* `tf.contrib.graph_editor.select_ts`
+* `tf.contrib.graph_editor.select_ops_and_ts`
## Module: subgraph
-* @{tf.contrib.graph_editor.SubGraphView}
-* @{tf.contrib.graph_editor.make_view}
-* @{tf.contrib.graph_editor.make_view_from_scope}
+* `tf.contrib.graph_editor.SubGraphView`
+* `tf.contrib.graph_editor.make_view`
+* `tf.contrib.graph_editor.make_view_from_scope`
## Module: reroute
-* @{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}
+* `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
-* @{tf.contrib.graph_editor.detach_control_inputs}
-* @{tf.contrib.graph_editor.detach_control_outputs}
-* @{tf.contrib.graph_editor.detach_inputs}
-* @{tf.contrib.graph_editor.detach_outputs}
-* @{tf.contrib.graph_editor.detach}
-* @{tf.contrib.graph_editor.connect}
-* @{tf.contrib.graph_editor.bypass}
+* `tf.contrib.graph_editor.detach_control_inputs`
+* `tf.contrib.graph_editor.detach_control_outputs`
+* `tf.contrib.graph_editor.detach_inputs`
+* `tf.contrib.graph_editor.detach_outputs`
+* `tf.contrib.graph_editor.detach`
+* `tf.contrib.graph_editor.connect`
+* `tf.contrib.graph_editor.bypass`
## Module: transform
-* @{tf.contrib.graph_editor.replace_t_with_placeholder_handler}
-* @{tf.contrib.graph_editor.keep_t_if_possible_handler}
-* @{tf.contrib.graph_editor.assign_renamed_collections_handler}
-* @{tf.contrib.graph_editor.transform_op_if_inside_handler}
-* @{tf.contrib.graph_editor.copy_op_handler}
-* @{tf.contrib.graph_editor.Transformer}
-* @{tf.contrib.graph_editor.copy}
-* @{tf.contrib.graph_editor.copy_with_input_replacements}
-* @{tf.contrib.graph_editor.graph_replace}
+* `tf.contrib.graph_editor.replace_t_with_placeholder_handler`
+* `tf.contrib.graph_editor.keep_t_if_possible_handler`
+* `tf.contrib.graph_editor.assign_renamed_collections_handler`
+* `tf.contrib.graph_editor.transform_op_if_inside_handler`
+* `tf.contrib.graph_editor.copy_op_handler`
+* `tf.contrib.graph_editor.Transformer`
+* `tf.contrib.graph_editor.copy`
+* `tf.contrib.graph_editor.copy_with_input_replacements`
+* `tf.contrib.graph_editor.graph_replace`
## Useful aliases
-* @{tf.contrib.graph_editor.ph}
-* @{tf.contrib.graph_editor.sgv}
-* @{tf.contrib.graph_editor.sgv_scope}
+* `tf.contrib.graph_editor.ph`
+* `tf.contrib.graph_editor.sgv`
+* `tf.contrib.graph_editor.sgv_scope`