tf.contrib.graph_editor.OpMatcher.output_ops(*args) Add output matches.
tf.contrib.graph_editor.ControlOutputs.__init__(graph) Create a dictionary of control-output dependencies.
tf.contrib.graph_editor.get_walks_union_ops(forward_seed_ops, backward_seed_ops, forward_inclusive=True, backward_inclusive=True, within_ops=None, control_inputs=False
tf.contrib.graph_editor.select_ops_and_ts(*args, **kwargs) Helper to select operations and tensors. Args:
tf.contrib.graph_editor.ph(dtype, shape=None, scope=None) Create a tf.placeholder for the Graph Editor. Note
tf.contrib.graph_editor.get_ops_ios(ops, control_inputs=False, control_outputs=None, control_ios=None) Return all the tf.Operation
tf.contrib.graph_editor.SubGraphView.find_op_by_name(op_name) Return the op named op_name. Args:
tf.contrib.graph_editor.matcher.__call__(op) Evaluate if the op matches or not.
tf.contrib.graph_editor.SubGraphView.copy() Return a copy of itself. Note that this class is a
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)
Page 4 of 12