View source on GitHub |
The control outputs topology.
tf.contrib.graph_editor.ControlOutputs(
graph
)
Args | |
---|---|
graph
|
a tf.Graph .
|
Raises | |
---|---|
TypeError
|
graph is not a tf.Graph .
|
Attributes | |
---|---|
graph
|
Methods
get
get(
op
)
return the control outputs of op.
get_all
get_all()
update
update()
Update the control outputs if the graph has changed.