tf.contrib.graph_editor.SubGraphView.output_index(t) Find the output index corresponding to given output tensor t.
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.reroute_b2a_inputs(sgv0, sgv1) Re-route all the inputs of sgv1 to sgv0 (see reroute_inputs).
tf.contrib.graph_editor.ops(*args, **kwargs) Helper to select operations. Args:
tf.contrib.graph_editor.assign_renamed_collections_handler(info, elem, elem_) Add the transformed elem to the (renamed) collections
tf.contrib.graph_editor.copy_op_handler(info, op, copy_shape=True) Copy a tf.Operation. Args:
tf.contrib.graph_editor.ControlOutputs.graph
tf.contrib.graph_editor.SubGraphView.op(op_id) Get an op by its index.
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:
Page 11 of 12