tf.contrib.graph_editor.sgv(*args, **kwargs) Create a SubGraphView from selected operations and passthrough tensors.
tf.contrib.graph_editor.detach_inputs(sgv, control_inputs=False) Detach the inputs of a subgraph view.
tf.contrib.graph_editor.OpMatcher.control_input_ops(*args) Add input matches.
tf.contrib.graph_editor.reroute_b2a_outputs(sgv0, sgv1) Re-route all the outputs of sgv1 to sgv0 (see _reroute_outputs).
tf.contrib.graph_editor.SubGraphView.passthroughs The passthrough tensors, going straight from input to output.
tf.contrib.graph_editor.SubGraphView.remove_unused_ops(control_inputs=True) Remove unused ops. Args:
class tf.contrib.graph_editor.matcher Graph match class.
tf.contrib.graph_editor.replace_t_with_placeholder_handler(info, t) Transform a tensor into a placeholder tensor.
class tf.contrib.graph_editor.SubGraphView A subgraph view on an existing tf.Graph. An instance
tf.contrib.graph_editor.SubGraphView.graph The underlying tf.Graph.
Page 8 of 12