tf.contrib.graph_editor.filter_ts(ops, positive_filter) Get all the tensors which are input or output of an op in ops.
tf.contrib.graph_editor.SubGraphView.output_index(t) Find the output index corresponding to given output tensor t.
tf.contrib.graph_editor.ts(*args, **kwargs) Helper to select tensors. Args:
tf.contrib.graph_editor.SubGraphView.remap_outputs_make_unique() Remap the outputs so that all the tensors appears only once.
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.select_ts(*args, **kwargs) Helper to select tensors. Args:
tf.contrib.graph_editor.SubGraphView.__copy__() Create a copy of this subgraph. Note that this
tf.contrib.graph_editor.copy_op_handler(info, op, copy_shape=True) Copy a tf.Operation. Args:
tf.contrib.graph_editor.reroute_a2b(sgv0, sgv1) Re-route the inputs and outputs of sgv0 to sgv1 (see _reroute).
tf.contrib.graph_editor.copy(sgv, dst_graph=None, dst_scope='', src_scope='', reuse_dst_scope=False) Copy a subgraph.
Page 11 of 12