We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5115124 commit 094ab85Copy full SHA for 094ab85
tf2onnx/graph.py
@@ -644,7 +644,7 @@ def remove_node(self, node_name):
644
for op_input in node.input:
645
utils.make_sure(
646
op_input in self._output_to_consumers,
647
- "Input %r of node %r not found.", op_input, node_name))
+ "Input %r of node %r not found.", op_input, node_name)
648
self._unregister_input_name(op_input, node)
649
650
self._nodes.remove(node)
0 commit comments