tf.contrib.graph_editor.swap(sgv0, sgv1) Swap the inputs and outputs of sgv1 to sgv0 (see _reroute).
tf.contrib.graph_editor.SubGraphView.remove_unused_ops(control_inputs=True) Remove unused ops. Args:
tf.contrib.graph_editor.select_ops(*args, **kwargs) Helper to select operations. Args:
tf.contrib.graph_editor.replace_t_with_placeholder_handler(info, t) Transform a tensor into a placeholder tensor.
tf.contrib.graph_editor.SubGraphView.remap_outputs_to_consumers() Remap the outputs to match the number of consumers.
tf.contrib.graph_editor.swap_outputs(sgv0, sgv1) Swap all the outputs of sgv0 and sgv1 (see _reroute_outputs).
tf.contrib.graph_editor.SubGraphView.remap_outputs_make_unique() Remap the outputs so that all the tensors appears only once.
tf.contrib.graph_editor.detach_control_inputs(sgv) Detach all the external control inputs of the subgraph sgv.
tf.contrib.graph_editor.SubGraphView.output_index(t) Find the output index corresponding to given output tensor t.
tf.contrib.graph_editor.SubGraphView.__copy__() Create a copy of this subgraph. Note that this
Page 9 of 12