ControlOutputs
Defined in tensorflow/contrib/graph_editor/util.py.
See the guide: Graph Editor (contrib) > Module: util
The control outputs topology.
graph__init____init__(graph)
Create a dictionary of control-output dependencies.
graph: a tf.Graph.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.
TypeError: graph is not a tf.Graph.getget(op)
return the control outputs of op.
get_allget_all()
updateupdate()
Update the control outputs if the graph has changed.
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/graph_editor/ControlOutputs