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_consuming_ops(ts) Return all the consuming ops of the tensors in ts. Args:
tf.contrib.graph_editor.get_generating_ops(ts) Return all the generating ops of the tensors in ts. Args:
tf.contrib.graph_editor.replace_t_with_placeholder_handler(info, t) Transform a tensor into a placeholder tensor.
tf.contrib.graph_editor.reroute_a2b_inputs(sgv0, sgv1) Re-route all the inputs of sgv0 to sgv1 (see reroute_inputs).
tf.contrib.graph_editor.SubGraphView.remap_default(remove_input_map=True, remove_output_map=True) Remap the inputs and/or outputs
tf.contrib.graph_editor.SubGraphView.remap_outputs_to_consumers() Remap the outputs to match the number of consumers.
tf.contrib.graph_editor.sgv(*args, **kwargs) Create a SubGraphView from selected operations and passthrough tensors.
class tf.contrib.graph_editor.SubGraphView A subgraph view on an existing tf.Graph. An instance
tf.contrib.graph_editor.detach_inputs(sgv, control_inputs=False) Detach the inputs of a subgraph view.
Page 7 of 12