tf.contrib.graph_editor.SubGraphView.remap_inputs(new_input_indices) Remap the inputs of the subgraph. If
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.add_control_inputs(op, cops) Add the control inputs cops to co. Warning:
tf.contrib.graph_editor.matcher.__init__(positive_filter) Graph match constructor.
tf.contrib.graph_editor.Transformer.__init__() Transformer constructor. The following members
tf.contrib.graph_editor.Transformer.new_name(name) Compute a destination name from a source name. Args:
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.make_view_from_scope(scope, graph) Make a subgraph from a name scope. Args:
tf.contrib.graph_editor.ts(*args, **kwargs) Helper to select tensors. Args:
tf.contrib.graph_editor.SubGraphView.remap(new_input_indices=None, new_output_indices=None) Remap the inputs and outputs of the
Page 10 of 12