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 f6301dc commit acfdccfCopy full SHA for acfdccf
tf2onnx/onnx_opset/math.py
@@ -695,4 +695,4 @@ def atan2(y, x):
695
"Add", inputs=[atan_node.output[0], pi_part.output[0]],
696
op_name_scope=node.name + 'all',
697
shapes=[shape], dtypes=[onnx_dtype])
698
- ctx.replace_all_inputs(ctx.get_nodes(), node.output[0], last_node.output[0])
+ ctx.replace_all_inputs(ctx.get_nodes(), node.output[0], last_node.output[0])
0 commit comments