tf.contrib.graph_editor.ControlOutputs.__init__(graph) Create a dictionary of control-output dependencies.
tf.contrib.graph_editor.bypass(sgv) Bypass the given subgraph by connecting its inputs to its outputs.
tf.contrib.graph_editor.SubGraphView.__exit__(exc_type, exc_value, traceback)
tf.contrib.graph_editor.ControlOutputs.get_all()
tf.contrib.graph_editor.OpMatcher.__call__(op) Evaluate if the op matches or not.
tf.contrib.graph_editor.OpMatcher.input_ops(*args) Add input matches.
tf.contrib.graph_editor.make_placeholder_from_tensor(t, scope=None) Create a tf.placeholder for the Graph Editor.
tf.contrib.graph_editor.OpMatcher.__init__(positive_filter) Graph match constructor.
tf.contrib.graph_editor.SubGraphView.find_op_by_name(op_name) Return the op named op_name. Args:
tf.contrib.graph_editor.detach_control_outputs(sgv, control_outputs) Detach all the external control outputs of the subgraph sgv
Page 4 of 12