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.get_tensors(graph) get all the tensors which are input or output of an op in the graph.
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.SubGraphView.remap_default(remove_input_map=True, remove_output_map=True) Remap the inputs and/or outputs
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.ops The operations in this subgraph view.
tf.contrib.graph_editor.SubGraphView.__str__()
tf.contrib.graph_editor.SubGraphView.input_index(t) Find the input index corresponding to the given input tensor t.
Page 7 of 12