tf.contrib.graph_editor.SubGraphView.remap_outputs(new_output_indices) Remap the output of the subgraph. If
tf.contrib.graph_editor.make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False) Convert ts to a list of tf.Tensor
tf.contrib.graph_editor.make_placeholder_from_tensor(t, scope=None) Create a tf.placeholder for the Graph Editor.
tf.contrib.graph_editor.make_placeholder_from_dtype_and_shape(dtype, shape=None, scope=None) Create a tf.placeholder for the Graph
tf.contrib.graph_editor.SubGraphView.connected_outputs The connected output tensors of this subgraph view.
tf.contrib.graph_editor.SubGraphView.consumers() Return a Python set of all the consumers of this subgraph view.
class tf.contrib.graph_editor.ControlOutputs The control outputs topology.
tf.contrib.graph_editor.make_view(*args, **kwargs) Create a SubGraphView from selected operations and passthrough tensors.
tf.contrib.graph_editor.get_name_scope_ops(ops, scope) Get all the operations under the given scope path.
tf.contrib.graph_editor.SubGraphView.__bool__() Allows for implicit boolean conversion.
Page 5 of 12