tf.contrib.graph_editor.make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False) Convert ts to a list of tf.Tensor
tf.contrib.graph_editor.ControlOutputs.get(op) return the control outputs of op.
tf.contrib.graph_editor.SubGraphView.connected_outputs The connected output tensors of this subgraph view.
tf.contrib.graph_editor.SubGraphView.outputs The output tensors of this subgraph view.
tf.contrib.graph_editor.OpMatcher.__init__(positive_filter) Graph match constructor.
tf.contrib.graph_editor.graph_replace(target_ts, replacement_ts, dst_scope='', src_scope='', reuse_dst_scope=False) Create a new
tf.contrib.graph_editor.swap_ts(ts0, ts1, can_modify=None, cannot_modify=None) For each tensor's pair, swap the end of (t0,t1)
tf.contrib.graph_editor.get_generating_ops(ts) Return all the generating ops of the tensors in ts. Args:
class tf.contrib.graph_editor.Transformer Transform a subgraph into another one. By default, the
tf.contrib.graph_editor.matcher.__call__(op) Evaluate if the op matches or not.
Page 6 of 12