tf.contrib.graph_editor.remove_control_inputs
remove_control_inputs(
op,
cops
)
Defined in tensorflow/contrib/graph_editor/reroute.py.
See the guide: Graph Editor (contrib) > Module: reroute
Remove the control inputs cops from co.
Args:
op: atf.Operationfrom which to remove the control inputs.cops: an object convertible to a list oftf.Operation.
Raises:
TypeError: if op is not atf.Operation.ValueError: if any cop in cops is not a control input of op.
