tf.contrib.graph_editor.reroute_a2b_ts(ts0, ts1, can_modify=None, cannot_modify=None) For each tensor's pair, replace the end
tf.contrib.graph_editor.ControlOutputs.get(op) return the control outputs of op.
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.remove_control_inputs(op, cops) Remove the control inputs cops from co. Warning:
class tf.contrib.graph_editor.Transformer Transform a subgraph into another one. By default, the
tf.contrib.graph_editor.SubGraphView.outputs The output tensors of this subgraph view.
tf.contrib.graph_editor.SubGraphView.copy() Return a copy of itself. Note that this class is a
class tf.contrib.graph_editor.ControlOutputs The control outputs topology.
tf.contrib.graph_editor.swap_inputs(sgv0, sgv1) Swap all the inputs of sgv0 and sgv1 (see reroute_inputs).
tf.contrib.graph_editor.SubGraphView.__bool__() Allows for implicit boolean conversion.
Page 6 of 12