tf.contrib.graph_editor.ControlOutputs

Class ControlOutputs

Defined in tensorflow/contrib/graph_editor/util.py.

The control outputs topology.

__init__

__init__(graph)

Create a dictionary of control-output dependencies.

Args:

Returns:

A dictionary where a key is a tf.Operation instance and the corresponding value is a list of all the ops which have the key as one of their control-input dependencies.

Raises:

Properties

graph

Methods

tf.contrib.graph_editor.ControlOutputs.get

get(op)

return the control outputs of op.

tf.contrib.graph_editor.ControlOutputs.get_all

get_all()

tf.contrib.graph_editor.ControlOutputs.update

update()

Update the control outputs if the graph has changed.