[[["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.add_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#L481-L500) |\n\nAdd the control inputs cops to op. \n\n tf.contrib.graph_editor.add_control_inputs(\n op, cops\n )\n\n| **Warning:** this function is directly manipulating the internals of the tf.Graph.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------|-----------------------------------------------------------------------------|\n| `op` | a tf.Operation to which the control inputs are added. |\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 |\n| `ValueError` | if any cop in cops is already a control input of op. |\n\n\u003cbr /\u003e"]]