tf.contrib.graph_editor.get_backward_walk_ops(seed_ops, inclusive=True, within_ops=None, stop_at_ts=(), control_inputs=False) Do
tf.contrib.graph_editor.sgv_scope(scope, graph) Make a subgraph from a name scope. Args:
tf.contrib.graph_editor.ControlOutputs.update() Update the control outputs if the graph has changed.
tf.contrib.graph_editor.get_within_boundary_ops(ops, seed_ops, boundary_ops=(), inclusive=True, control_inputs=False, control_outputs=None, control_ios=None)
tf.contrib.graph_editor.detach_outputs(sgv, control_outputs=None) Detach the outputa of a subgraph view.
tf.contrib.graph_editor.get_walks_intersection_ops(forward_seed_ops, backward_seed_ops, forward_inclusive=True, backward_inclusive=True, within_ops=None, control_inputs=False
tf.contrib.graph_editor.SubGraphView.is_passthrough(t) Check whether a tensor is passthrough.
tf.contrib.graph_editor.matcher.control_input_ops(*args) Add input matches.
tf.contrib.graph_editor.ControlOutputs.__init__(graph) Create a dictionary of control-output dependencies.
tf.contrib.graph_editor.ph(dtype, shape=None, scope=None) Create a tf.placeholder for the Graph Editor. Note
Page 2 of 12