tf.contrib.graph_editor.SubGraphView.graph The underlying tf.Graph.
tf.contrib.graph_editor.SubGraphView.connected_inputs The connected input tensors of this subgraph view.
tf.contrib.graph_editor.select_ops(*args, **kwargs) Helper to select operations. Args:
tf.contrib.graph_editor.swap_outputs(sgv0, sgv1) Swap all the outputs of sgv0 and sgv1 (see _reroute_outputs).
tf.contrib.graph_editor.SubGraphView.__str__()
tf.contrib.graph_editor.SubGraphView.input_index(t) Find the input index corresponding to the given input tensor t.
tf.contrib.graph_editor.matcher.__init__(positive_filter) Graph match constructor.
tf.contrib.graph_editor.filter_ts_from_regex(ops, regex) Get all the tensors linked to ops that match the given regex.
tf.contrib.graph_editor.ControlOutputs.graph
tf.contrib.graph_editor.assign_renamed_collections_handler(info, elem, elem_) Add the transformed elem to the (renamed) collections
Page 9 of 12