[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.graph_editor.remove_control_inputs\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/graph_editor/reroute.py#L454-L477) |\n\nRemove the control inputs cops from co. \n\n tf.contrib.graph_editor.remove_control_inputs(\n op, cops\n )\n\n| **Warning:** this function is directly manipulating the internals of the [`tf.Graph`](../../../tf/Graph).\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------|------------------------------------------------------------------------------------|\n| `op` | a [`tf.Operation`](../../../tf/Operation) from which to remove the control inputs. |\n| `cops` | an object convertible to a list of [`tf.Operation`](../../../tf/Operation). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|--------------|---------------------------------------------------------|\n| `TypeError` | if op is not a [`tf.Operation`](../../../tf/Operation). |\n| `ValueError` | if any cop in cops is not a control input of op. |\n\n\u003cbr /\u003e"]]