tf.contrib.graph_editor.SubGraphView.ops The operations in this subgraph view.
tf.contrib.graph_editor.reroute_b2a_outputs(sgv0, sgv1) Re-route all the outputs of sgv1 to sgv0 (see _reroute_outputs).
tf.contrib.graph_editor.reroute_b2a(sgv0, sgv1) Re-route the inputs and outputs of sgv1 to sgv0 (see _reroute).
tf.contrib.graph_editor.SubGraphView.passthroughs The passthrough tensors, going straight from input to output.
tf.contrib.graph_editor.OpMatcher.control_input_ops(*args) Add input matches.
tf.contrib.graph_editor.SubGraphView.remove_unused_ops(control_inputs=True) Remove unused ops. Args:
tf.contrib.graph_editor.connect(sgv0, sgv1, disconnect_first=False) Connect the outputs of sgv0 to the inputs of sgv1.
tf.contrib.graph_editor.SubGraphView.__enter__() Allow Python context to minize the life time of a subgraph view.
tf.contrib.graph_editor.swap(sgv0, sgv1) Swap the inputs and outputs of sgv1 to sgv0 (see _reroute).
tf.contrib.graph_editor.SubGraphView.graph The underlying tf.Graph.
Page 8 of 12