tf.contrib.graph_editor.select_ts(*args, **kwargs) Helper to select tensors. Args:
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.copy(sgv, dst_graph=None, dst_scope='', src_scope='', reuse_dst_scope=False) Copy a subgraph.
tf.contrib.graph_editor.copy_op_handler(info, op, copy_shape=True) Copy a tf.Operation. Args:
tf.contrib.graph_editor.assign_renamed_collections_handler(info, elem, elem_) Add the transformed elem to the (renamed) collections
class tf.contrib.graph_editor.OpMatcher Graph match class.
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.filter_ts(ops, positive_filter) Get all the tensors which are input or output of an op in ops.
tf.contrib.graph_editor.filter_ops(ops, positive_filter) Get the ops passing the given filter. Args:
tf.contrib.graph_editor.ControlOutputs.graph
Page 11 of 12