tf.contrib.graph_editor.get_forward_walk_ops(seed_ops, inclusive=True, within_ops=None, stop_at_ts=(), control_outputs=None) Do
tf.contrib.graph_editor.SubGraphView.__copy__() Create a copy of this subgraph. Note that this
tf.contrib.graph_editor.Transformer.__init__() Transformer constructor. The following members
tf.contrib.graph_editor.detach_control_inputs(sgv) Detach all the external control inputs of the subgraph sgv.
tf.contrib.graph_editor.SubGraphView.remap_outputs_make_unique() Remap the outputs so that all the tensors appears only once.
tf.contrib.graph_editor.select_ts(*args, **kwargs) Helper to select tensors. Args:
tf.contrib.graph_editor.matcher.__init__(positive_filter) Graph match constructor.
tf.contrib.graph_editor.reroute_a2b_outputs(sgv0, sgv1) Re-route all the outputs of sgv0 to sgv1 (see _reroute_outputs).
tf.contrib.graph_editor.Transformer.new_name(name) Compute a destination name from a source name. Args:
tf.contrib.graph_editor.filter_ts(ops, positive_filter) Get all the tensors which are input or output of an op in ops.
Page 10 of 12