tf.contrib.graph_editor.ControlOutputs.__init__(graph)
Create a dictionary of control-output dependencies.
Args:
-
graph
: a tf.Graph.
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:
-
TypeError
: graph is not a tf.Graph.
Please login to continue.